From f92772953cbda0d5c4fe5964155872515e04c0d2 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Fri, 14 Dec 2007 16:42:54 +0100 Subject: [PATCH] fix some #include --- awesome.c | 1 + layout.h | 2 +- screen.h | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/awesome.c b/awesome.c index 20802845..80fc8ad1 100644 --- a/awesome.c +++ b/awesome.c @@ -45,6 +45,7 @@ #include "statusbar.h" #include "uicb.h" #include "window.h" +#include "client.h" #include "awesome-client.h" static int (*xerrorxlib) (Display *, XErrorEvent *); diff --git a/layout.h b/layout.h index 0f51109c..19655f22 100644 --- a/layout.h +++ b/layout.h @@ -22,7 +22,7 @@ #ifndef AWESOME_LAYOUT_H #define AWESOME_LAYOUT_H -#include "client.h" +#include "common.h" #define AWESOMEPROPS_ATOM(disp) XInternAtom(disp, "_AWESOME_PROPERTIES", False) diff --git a/screen.h b/screen.h index 5814516e..fd5bf428 100644 --- a/screen.h +++ b/screen.h @@ -22,7 +22,7 @@ #ifndef AWESOME_SCREEN_H #define AWESOME_SCREEN_H -#include "client.h" +#include "common.h" #include