globalconf: remove config.h include
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
51b16804ed
commit
b2297fda46
5
dbus.c
5
dbus.c
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
1
image.c
1
image.c
|
@ -24,6 +24,7 @@
|
|||
#include <Imlib2.h>
|
||||
|
||||
#include "globalconf.h"
|
||||
#include "config.h"
|
||||
#include "luaa.h"
|
||||
#include "common/luaobject.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue