From 12a327c10f0e03efa151d0a424bc4914cdee2a63 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Tue, 2 Dec 2008 17:14:23 +0100 Subject: [PATCH] ewmh: fix buffer.h inclusion Signed-off-by: Julien Danjou --- draw.h | 1 - ewmh.c | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/draw.h b/draw.h index 535adc45..71727964 100644 --- a/draw.h +++ b/draw.h @@ -29,7 +29,6 @@ #include "image.h" #include "common/array.h" -#include "common/buffer.h" #include "common/xutil.h" typedef struct diff --git a/ewmh.c b/ewmh.c index a4c241da..aec69ab6 100644 --- a/ewmh.c +++ b/ewmh.c @@ -33,6 +33,7 @@ #include "cnode.h" #include "wibox.h" #include "common/atoms.h" +#include "common/buffer.h" extern awesome_t globalconf;