summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPer Cederqvist <ceder@lysator.liu.se>2013-02-08 11:49:16 +0100
committerMichael Cardell Widerkrantz <mc@hack.org>2013-02-08 11:49:16 +0100
commit9d01018b3ccd1bef92d53c26de59726ccbabf9bc (patch)
treef9dc7faaf6b0a9d3b8e5b11756212eafd89ee8fe
parentb4bf9e183df0588177fffbadab4f20357523c5a7 (diff)
downloadmcwm-9d01018b3ccd1bef92d53c26de59726ccbabf9bc.zip
Don't include xcb_ewmh.
-rw-r--r--mcwm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mcwm.c b/mcwm.c
index fab3474..5aa5197 100644
--- a/mcwm.c
+++ b/mcwm.c
@@ -47,7 +47,6 @@
#include <xcb/xproto.h>
#include <xcb/xcb_util.h>
-#include <xcb/xcb_ewmh.h>
#ifdef DEBUG
#include "events.h"