Fixing code to use config.h as default config incude file

This commit is contained in:
Sanel Zukan
2009-02-20 13:10:21 +00:00
parent 7513426131
commit 364b729f87
18 changed files with 97 additions and 118 deletions

View File

@@ -1,3 +1,7 @@
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "Frame.h"
#include "Desktop.h"
#include "Windowmanager.h"
@@ -11,7 +15,6 @@
#include "config.h"
#include "debug.h"
#include <edeconf.h>
#include <signal.h>