diff options
Diffstat (limited to 'src/Resources.cc')
-rw-r--r-- | src/Resources.cc | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/Resources.cc b/src/Resources.cc index 128eedd..affaf19 100644 --- a/src/Resources.cc +++ b/src/Resources.cc | |||
@@ -26,17 +26,11 @@ | |||
26 | #include "WinButton.hh" | 26 | #include "WinButton.hh" |
27 | 27 | ||
28 | #include "fluxbox.hh" | 28 | #include "fluxbox.hh" |
29 | |||
30 | #include "Layer.hh" | 29 | #include "Layer.hh" |
31 | 30 | ||
32 | #include <stdio.h> | ||
33 | #include <string> | 31 | #include <string> |
34 | #include <vector> | 32 | #include <vector> |
35 | #ifdef HAVE_CSTRING | 33 | #include <cstring> |
36 | #include <cstring> | ||
37 | #else | ||
38 | #include <string.h> | ||
39 | #endif | ||
40 | 34 | ||
41 | using std::string; | 35 | using std::string; |
42 | using std::vector; | 36 | using std::vector; |