X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fall.h;h=e39e27b9fdf308b23ce659fd727e4ef9e31bb689;hb=9bf346c7a00f0783e3754d45dda331ff91ec9a64;hp=b83b9f4e07df2c876a7c0e216a25dd5988822bae;hpb=794783defbb7073f5ca4676e9b088308baac5540;p=i3%2Fi3 diff --git a/include/all.h b/include/all.h index b83b9f4e..e39e27b9 100644 --- a/include/all.h +++ b/include/all.h @@ -2,7 +2,7 @@ * vim:ts=4:sw=4:expandtab * * i3 - an improved dynamic tiling window manager - * © 2009-2011 Michael Stapelberg and contributors (see also: LICENSE) + * © 2009 Michael Stapelberg and contributors (see also: LICENSE) * * This header file includes all relevant files of i3 and the most often used * system header files. This reduces boilerplate (the amount of code duplicated @@ -10,8 +10,8 @@ * compile-time. * */ -#ifndef _ALL_H -#define _ALL_H +#ifndef I3_ALL_H +#define I3_ALL_H #include #include @@ -38,11 +38,6 @@ #include #include -/* Contains compatibility definitions for old libxcb versions */ -#ifdef XCB_COMPAT -#include "xcb_compat.h" -#endif - #include "data.h" #include "util.h" #include "ipc.h" @@ -79,7 +74,12 @@ #include "scratchpad.h" #include "commands.h" #include "commands_parser.h" +#include "bindings.h" +#include "config_directives.h" +#include "config_parser.h" #include "fake_outputs.h" #include "display_version.h" +#include "restore_layout.h" +#include "main.h" #endif