X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Ftree.h;h=b3c2a515131eef95ef964ab94ffce7a3057ee803;hb=294d52e0180ea81bd18606fa604486026855691a;hp=8816b19a640a55d0fa84300bdd59295c56c24943;hpb=2e6206373ce15c65b25644ff3e63a5314279b4c0;p=i3%2Fi3 diff --git a/include/tree.h b/include/tree.h index 8816b19a..b3c2a515 100644 --- a/include/tree.h +++ b/include/tree.h @@ -7,8 +7,7 @@ * tree.c: Everything that primarily modifies the layout tree data structure. * */ -#ifndef _TREE_H -#define _TREE_H +#pragma once extern Con *croot; /* TODO: i am not sure yet how much access to the focused container should @@ -105,5 +104,3 @@ bool tree_restore(const char *path, xcb_get_geometry_reply_t *geometry); * */ void tree_flatten(Con *child); - -#endif