2 * This header file includes all relevant files of i3 and the most often used
3 * system header files. This reduces boilerplate (the amount of code duplicated
4 * at the beginning of each source file) and is not significantly slower at
20 #include <sys/types.h>
28 #include <xcb/xcb_aux.h>
29 #include <xcb/xcb_keysyms.h>
30 #include <xcb/xcb_icccm.h>
32 /* Contains compatibility definitions for old libxcb versions */
34 #include "xcb_compat.h"
43 #include "workspace.h"
53 #include "load_layout.h"
60 #include "sighandler.h"