From 7579d68272e0fe22523d5b84e0c9c375b096608a Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 24 Mar 2017 00:15:17 +0100 Subject: [PATCH] Cleanups --- gfx/common/x11_common.c | 2 ++ gfx/common/xinerama_common.h | 4 ---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/gfx/common/x11_common.c b/gfx/common/x11_common.c index edcb33f4cc..a885313d4d 100644 --- a/gfx/common/x11_common.c +++ b/gfx/common/x11_common.c @@ -31,6 +31,8 @@ #include +#include "dbus_common.h" + #include "../../frontend/frontend_driver.h" #include "../../input/common/input_x11_common.h" #include "../../verbosity.h" diff --git a/gfx/common/xinerama_common.h b/gfx/common/xinerama_common.h index bed750930a..e66c17b849 100644 --- a/gfx/common/xinerama_common.h +++ b/gfx/common/xinerama_common.h @@ -17,10 +17,6 @@ #ifndef XINERAMA_COMMON_H__ #define XINERAMA_COMMON_H__ -#ifdef HAVE_CONFIG_H -#include "../../config.h" -#endif - #include #include "x11_common.h"