diff --git a/speedwm.c b/speedwm.c index 837564a..f831618 100644 --- a/speedwm.c +++ b/speedwm.c @@ -782,17 +782,17 @@ static int systraypinningfailfirst = 1; #include "text.h" /* Include tags and layouts */ -/* Rest of the IPC support */ -#if USEIPC -#include "toggle/ipc-yajl.c" -#endif - /* Layout code */ #include "layouts.c" /* Enable patched layouts */ /* Signals */ #include "signal.h" /* Include signal support */ +/* Rest of the IPC support */ +#if USEIPC +#include "toggle/ipc-yajl.c" +#endif + static char *fontarray[] = { font1, font2, font3, fonts }; /* All fonts */ unsigned int tagw[LENGTH(tags)];