2 * vim:ts=4:sw=4:expandtab
4 * i3 - an improved dynamic tiling window manager
5 * © 2009 Michael Stapelberg and contributors (see also: LICENSE)
7 * This header file includes all relevant files of i3 and the most often used
8 * system header files. This reduces boilerplate (the amount of code duplicated
9 * at the beginning of each source file) and is not significantly slower at
26 #include <sys/types.h>
35 #include <xcb/xcb_aux.h>
36 #include <xcb/xcb_keysyms.h>
37 #include <xcb/xcb_icccm.h>
39 #include <yajl/yajl_gen.h>
40 #include <yajl/yajl_version.h>
49 #include "workspace.h"
53 #include "key_press.h"
55 #include "configuration.h"
60 #include "load_layout.h"
67 #include "sighandler.h"
71 #include "assignments.h"
75 #include "scratchpad.h"
77 #include "commands_parser.h"
79 #include "config_directives.h"
80 #include "config_parser.h"
81 #include "fake_outputs.h"
82 #include "display_version.h"
83 #include "restore_layout.h"