tRemove xcb_ewmh.h from headers (unused) - glazier - window management experiments
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Submodules
(DIR) README
(DIR) LICENSE
---
(DIR) commit 9933f8f5574fbd838d3299568b6e7b3d63c838dd
(DIR) parent 5184b5303b566d224fa02f7936c14dbc480d2dd2
(HTM) Author: Willy Goiffon <dev@z3bra.org>
Date: Mon, 8 Jun 2020 10:39:31 +0200
Remove xcb_ewmh.h from headers (unused)
Diffstat:
M ewmh.c | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
---
(DIR) diff --git a/ewmh.c b/ewmh.c
t@@ -4,7 +4,6 @@
#include <string.h>
#include <xcb/xcb.h>
#include <xcb/xcb_cursor.h>
-#include <xcb/xcb_ewmh.h>
#include "arg.h"
#include "wm.h"