diff options
author | Mathias Gumz <mathias gumz at gmail com> | 2014-04-11 15:42:09 (GMT) |
---|---|---|
committer | Mathias Gumz <mathias gumz at gmail com> | 2014-04-11 15:42:40 (GMT) |
commit | e105de7d46c4936790754857d8c789f3c7fccd87 (patch) | |
tree | caaf0481ae7d743507f67d7d4e3977f31b153f65 /src/Toolbar.cc | |
parent | bc272ba4aed707522cb458d659940567ac6fc386 (diff) | |
parent | 7541054b299bbd61310ab0456cf4f25b7a672de3 (diff) | |
download | fluxbox-e105de7d46c4936790754857d8c789f3c7fccd87.zip fluxbox-e105de7d46c4936790754857d8c789f3c7fccd87.tar.bz2 |
merge Sami Kerola's new build-system
Diffstat (limited to 'src/Toolbar.cc')
-rw-r--r-- | src/Toolbar.cc | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/Toolbar.cc b/src/Toolbar.cc index 4300790..c65e9ca 100644 --- a/src/Toolbar.cc +++ b/src/Toolbar.cc | |||
@@ -55,15 +55,6 @@ | |||
55 | #include "FbTk/STLUtil.hh" | 55 | #include "FbTk/STLUtil.hh" |
56 | #include "FbTk/Util.hh" | 56 | #include "FbTk/Util.hh" |
57 | 57 | ||
58 | // use GNU extensions | ||
59 | #ifndef _GNU_SOURCE | ||
60 | #define _GNU_SOURCE | ||
61 | #endif // _GNU_SOURCE | ||
62 | |||
63 | #ifdef HAVE_CONFIG_H | ||
64 | #include "config.h" | ||
65 | #endif // HAVE_CONFIG_H | ||
66 | |||
67 | #include <X11/Xutil.h> | 58 | #include <X11/Xutil.h> |
68 | #include <X11/keysym.h> | 59 | #include <X11/keysym.h> |
69 | 60 | ||