globalconf: remove config.h include

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2009-09-07 17:28:55 +02:00
parent 51b16804ed
commit b2297fda46
4 changed files with 5 additions and 3 deletions

5
dbus.c
View File

@ -1,7 +1,7 @@
/*
* dbus.c - awesome dbus support
*
* Copyright © 2008 Julien Danjou <julien@danjou.info>
* Copyright © 2008-2009 Julien Danjou <julien@danjou.info>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@ -19,8 +19,9 @@
*
*/
#include "config.h"
#include "dbus.h"
#include "client.h"
#ifdef WITH_DBUS

View File

@ -30,7 +30,6 @@
#include <xcb/xcb_icccm.h>
#include <xcb/xcb_keysyms.h>
#include "config.h"
#include "key.h"
#include "draw.h"
#include "common/xembed.h"

View File

@ -24,6 +24,7 @@
#include <Imlib2.h>
#include "globalconf.h"
#include "config.h"
#include "luaa.h"
#include "common/luaobject.h"

1
luaa.c
View File

@ -30,6 +30,7 @@
#include <basedir_fs.h>
#include "awesome.h"
#include "config.h"
#include "timer.h"
#include "awesome-version-internal.h"
#include "ewmh.h"