summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-02-28 01:21:22 +0100
committerDave Davenport <qball@gmpclient.org>2016-02-28 01:21:22 +0100
commit6d0d6d9eb2c2e75ec26d442eb0768772c6f1964e (patch)
treef6caabb7bd0201f5a002eb6d778a9ac06df16833 /source
parent93cb9ee7eb81172b6258dfdae998cefc2b78f0cb (diff)
Tests.
Diffstat (limited to 'source')
-rw-r--r--source/textbox.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/source/textbox.c b/source/textbox.c
index d6e8626e..613d34bb 100644
--- a/source/textbox.c
+++ b/source/textbox.c
@@ -25,14 +25,6 @@
#include <config.h>
#include <xcb/xcb.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/keysym.h>
-#include <X11/XKBlib.h>
#include <ctype.h>
#include <string.h>
#include <glib.h>