From a02728fee3a8df1c14fa6c6e5ea2b40062cfd488 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 29 Nov 2015 03:35:19 +0100 Subject: [PATCH] Cleanups --- gfx/common/x11_common.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gfx/common/x11_common.c b/gfx/common/x11_common.c index b4f958c1bf..2ca90a1a2b 100644 --- a/gfx/common/x11_common.c +++ b/gfx/common/x11_common.c @@ -25,8 +25,9 @@ #include "x11_common.h" #include "../../input/common/input_x11_common.h" -#include "../../general.h" +#include "../../configuration.h" #include "../../verbosity.h" +#include "../../runloop.h" Colormap g_x11_cmap; Window g_x11_win;