diff options
Diffstat (limited to 'src/Workspace.cc')
-rw-r--r-- | src/Workspace.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Workspace.cc b/src/Workspace.cc index 6a721cb..bf2aea3 100644 --- a/src/Workspace.cc +++ b/src/Workspace.cc | |||
@@ -36,11 +36,6 @@ | |||
36 | #include "FbTk/FbString.hh" | 36 | #include "FbTk/FbString.hh" |
37 | #include "FbTk/MemFun.hh" | 37 | #include "FbTk/MemFun.hh" |
38 | 38 | ||
39 | // use GNU extensions | ||
40 | #ifndef _GNU_SOURCE | ||
41 | #define _GNU_SOURCE | ||
42 | #endif // _GNU_SOURCE | ||
43 | |||
44 | #include <X11/Xlib.h> | 39 | #include <X11/Xlib.h> |
45 | #include <X11/Xatom.h> | 40 | #include <X11/Xatom.h> |
46 | 41 | ||