From 14a25b65445d8b1a07fff87f15b7efc130068c16 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 8 May 2007 20:29:43 +0000 Subject: [PATCH] keysym.h needs to move since the code that uses it moved.. --- openbox/event.c | 1 - openbox/modkeys.c | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/openbox/event.c b/openbox/event.c index 9a25ce62..44ae7b0a 100644 --- a/openbox/event.c +++ b/openbox/event.c @@ -43,7 +43,6 @@ #include "translate.h" #include -#include #include #include diff --git a/openbox/modkeys.c b/openbox/modkeys.c index dc522082..4eb836e5 100644 --- a/openbox/modkeys.c +++ b/openbox/modkeys.c @@ -20,6 +20,7 @@ #include "openbox.h" #include +#include /* These masks are constants and the modifier keys are bound to them as anyone sees fit: -- 2.34.1