summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-02-28 12:22:10 +0100
committerDave Davenport <qball@gmpclient.org>2016-02-28 12:22:10 +0100
commit73a0eb3e398fb234cb4ded54608c9c2ef06cf4c3 (patch)
tree2651f6791eaefef395757b73961c19eee3db0b5d /source
parentab57479da9460f1b9ad2152a4b83efa1e68866c5 (diff)
Remove X11/* include headers.
Diffstat (limited to 'source')
-rw-r--r--source/dialogs/drun.c1
-rw-r--r--source/dialogs/run.c1
-rw-r--r--source/keyb.c1
-rw-r--r--source/scrollbar.c7
4 files changed, 0 insertions, 10 deletions
diff --git a/source/dialogs/drun.c b/source/dialogs/drun.c
index 009e955d..9a19c0b6 100644
--- a/source/dialogs/drun.c
+++ b/source/dialogs/drun.c
@@ -27,7 +27,6 @@
#include <config.h>
#include <stdlib.h>
#include <stdio.h>
-#include <X11/X.h>
#include <unistd.h>
#include <limits.h>
diff --git a/source/dialogs/run.c b/source/dialogs/run.c
index ff001f3d..f6c51ce7 100644
--- a/source/dialogs/run.c
+++ b/source/dialogs/run.c
@@ -32,7 +32,6 @@
#include <config.h>
#include <stdlib.h>
#include <stdio.h>
-#include <X11/X.h>
#include <unistd.h>
#include <limits.h>
diff --git a/source/keyb.c b/source/keyb.c
index 4c246022..db4fc515 100644
--- a/source/keyb.c
+++ b/source/keyb.c
@@ -1,7 +1,6 @@
#include <config.h>
#include <string.h>
#include "rofi.h"
-#include <X11/keysym.h>
#include "x11-helper.h"
#include "xrmoptions.h"
diff --git a/source/scrollbar.c b/source/scrollbar.c
index 9fc760d6..0ea46f5c 100644
--- a/source/scrollbar.c
+++ b/source/scrollbar.c
@@ -24,13 +24,6 @@
#include <config.h>
#include <xkbcommon/xkbcommon.h>
-#include <X11/X.h>
-#include <X11/Xatom.h>
-#include <X11/Xlib.h>
-#include <X11/Xmd.h>
-#include <X11/Xutil.h>
-#include <X11/Xproto.h>
-#include <X11/Xft/Xft.h>
#include <glib.h>
#include "scrollbar.h"
#include "x11-helper.h"