From 5c7a6fad0ce9283f3ed8cbbc736ec1bae1253b3d Mon Sep 17 00:00:00 2001 From: speediegq Date: Sat, 15 Oct 2022 15:17:06 +0200 Subject: [PATCH] fix --- speedwm.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/speedwm.c b/speedwm.c index a6a3b09..70ef180 100644 --- a/speedwm.c +++ b/speedwm.c @@ -716,13 +716,6 @@ static xcb_connection_t *xcon; #include "actions.h" /* include #defines */ #include "options.h" /* Include options */ -/* IPC support */ -#if USEIPC -#include "ipc.h" /* Include IPC */ -#include "toggle/ipc-cli.c" -#include "toggle/ipc-yajl.c" -#endif - #if USESYSTRAY static int systraypinningfailfirst = 1; #endif @@ -763,6 +756,13 @@ static const char *statuscmd[] = { shell, "-c", NULL, NULL }; /* Layout code */ #include "layouts.c" /* Enable patched layouts */ +/* IPC support */ +#if USEIPC +#include "ipc.h" /* Include IPC */ +#include "toggle/ipc-cli.c" +#include "toggle/ipc-yajl.c" +#endif + unsigned int tagw[LENGTH(tags)]; struct Pertag {