diff options
Diffstat (limited to 'src/Remember.cc')
-rw-r--r-- | src/Remember.cc | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/Remember.cc b/src/Remember.cc index ba7bf81..02866dd 100644 --- a/src/Remember.cc +++ b/src/Remember.cc | |||
@@ -43,7 +43,6 @@ | |||
43 | #include "FbTk/Transparent.hh" | 43 | #include "FbTk/Transparent.hh" |
44 | 44 | ||
45 | 45 | ||
46 | #include <X11/Xlib.h> | ||
47 | #ifdef HAVE_CSTRING | 46 | #ifdef HAVE_CSTRING |
48 | #include <cstring> | 47 | #include <cstring> |
49 | #else | 48 | #else |
@@ -51,14 +50,11 @@ | |||
51 | #endif | 50 | #endif |
52 | 51 | ||
53 | //use GNU extensions | 52 | //use GNU extensions |
54 | #ifndef _GNU_SOURCE | 53 | #ifndef _GNU_SOURCE |
55 | #define _GNU_SOURCE | 54 | #define _GNU_SOURCE |
56 | #endif // _GNU_SOURCE | 55 | #endif // _GNU_SOURCE |
57 | 56 | ||
58 | #include <iostream> | 57 | #include <iostream> |
59 | #include <fstream> | ||
60 | #include <string> | ||
61 | #include <memory> | ||
62 | #include <set> | 58 | #include <set> |
63 | 59 | ||
64 | 60 | ||