This commit is contained in:
speediegq 2022-10-15 15:28:41 +02:00
parent cd6cb4c294
commit 5e364af08e

View file

@ -718,10 +718,6 @@ static xcb_connection_t *xcon;
static const char *statuscmd[] = { "/bin/sh", "-c", NULL, NULL };
#if USEIPC
#include "toggle/ipc.c"
#endif
/* Media controls */
#if USEMEDIA
#include <X11/XF86keysym.h> /* Enable multimedia button support */
@ -759,6 +755,7 @@ 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"