diff --git a/speedwm.c b/speedwm.c index f9c2de0..4847dd1 100644 --- a/speedwm.c +++ b/speedwm.c @@ -753,9 +753,9 @@ static int systraypinningfailfirst = 1; /* IPC support */ #if USEIPC #include "toggle/ipc.c" -#include "ipc.h" /* Include IPC */ #include "toggle/ipc-cli.c" #include "toggle/ipc-yajl.c" +#include "ipc.h" /* Include IPC */ #endif /* Layout code */