aboutsummaryrefslogtreecommitdiff
path: root/src/Screen.cc
diff options
context:
space:
mode:
authorSami Kerola <kerolasa@iki.fi>2013-02-12 22:05:45 (GMT)
committerSami Kerola <kerolasa@iki.fi>2013-05-26 09:38:10 (GMT)
commit73b79587708d49adfec3edb464fd0970fc9f9022 (patch)
tree17a8fd36635ccf8e56d5f4fa821678665348dab6 /src/Screen.cc
parentf5bfd27f524d33e9aebf502dc6c0e8ff316fed7c (diff)
downloadfluxbox-73b79587708d49adfec3edb464fd0970fc9f9022.zip
fluxbox-73b79587708d49adfec3edb464fd0970fc9f9022.tar.bz2
build-sys: include config.h to all files using automake
Do not try to be too smart which compilations need config.h, as most of them will simply because of the config.h has information about system capabilities.
Diffstat (limited to 'src/Screen.cc')
-rw-r--r--src/Screen.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Screen.cc b/src/Screen.cc
index 366b8df..9bf8e40 100644
--- a/src/Screen.cc
+++ b/src/Screen.cc
@@ -82,10 +82,6 @@
82#define _GNU_SOURCE 82#define _GNU_SOURCE
83#endif // _GNU_SOURCE 83#endif // _GNU_SOURCE
84 84
85#ifdef HAVE_CONFIG_H
86#include "config.h"
87#endif // HAVE_CONFIG_H
88
89#ifdef USE_SLIT 85#ifdef USE_SLIT
90#include "Slit.hh" 86#include "Slit.hh"
91#include "SlitClient.hh" 87#include "SlitClient.hh"