]> git.sur5r.net Git - i3/i3/blobdiff - include/all.h
Merge pull request #1665 from Airblader/feature-1658
[i3/i3] / include / all.h
index c9c4bbbe8acc3b478cdb65ac148a42ae4e540500..85397d59a3d8cad3d6205dc8baee4ed4cdf09e50 100644 (file)
@@ -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
 #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