aboutsummaryrefslogtreecommitdiff
path: root/src/Workspace.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/Workspace.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/Workspace.cc')
-rw-r--r--src/Workspace.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Workspace.cc b/src/Workspace.cc
index a162b4c..6a721cb 100644
--- a/src/Workspace.cc
+++ b/src/Workspace.cc
@@ -41,10 +41,6 @@
41#define _GNU_SOURCE 41#define _GNU_SOURCE
42#endif // _GNU_SOURCE 42#endif // _GNU_SOURCE
43 43
44#ifdef HAVE_CONFIG_H
45#include "config.h"
46#endif // HAVE_CONFIG_H
47
48#include <X11/Xlib.h> 44#include <X11/Xlib.h>
49#include <X11/Xatom.h> 45#include <X11/Xatom.h>
50 46