summaryrefslogtreecommitdiff
path: root/xlsclients.c
diff options
context:
space:
mode:
authorDan Nicholson <dbn.lists@gmail.com>2011-03-07 14:21:09 -0800
committerDan Nicholson <dbn.lists@gmail.com>2011-03-13 18:34:01 -0700
commit41689f150904be690f3aa96c283a7ee632d566ce (patch)
tree31f5a56a56fbd3a2df8015cf95bbfc0df9d5742c /xlsclients.c
parent223851b68fedad730747652bc6560e40ca695ea7 (diff)
Drop dependency on xcb-atom/xcb-util
With commit 223851b6, the atom names from xcb/xproto.h are being used and xcb-atom is no longer needed. Signed-off-by: Dan Nicholson <dbn.lists@gmail.com> Reviewed-by: Jon TURNEY <jon.turney@dronecode.org.uk>
Diffstat (limited to 'xlsclients.c')
-rw-r--r--xlsclients.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/xlsclients.c b/xlsclients.c
index 15d3f1a..691f868 100644
--- a/xlsclients.c
+++ b/xlsclients.c
@@ -37,7 +37,6 @@ in this Software without prior written authorization from The Open Group.
#include <inttypes.h>
#include <xcb/xcb.h>
#include <xcb/xproto.h>
-#include <xcb/xcb_atom.h>
#ifndef HAVE_STRNLEN
#include "strnlen.h"
#endif