diff options
author | mathias <mathias> | 2006-04-25 06:46:06 (GMT) |
---|---|---|
committer | mathias <mathias> | 2006-04-25 06:46:06 (GMT) |
commit | a15d9af3c7f58d671240b23607bb9488a9165eb1 (patch) | |
tree | 6789cd07d3d7f1c1355d1497a0c37b6b879e5d63 /src/FbAtoms.cc | |
parent | e2bc57bc0fef16faba89f996e354445c31aebedd (diff) | |
download | fluxbox_pavel-a15d9af3c7f58d671240b23607bb9488a9165eb1.zip fluxbox_pavel-a15d9af3c7f58d671240b23607bb9488a9165eb1.tar.bz2 |
Cleanup unneeded headers (thanks Slava Semushin)
Diffstat (limited to 'src/FbAtoms.cc')
-rw-r--r-- | src/FbAtoms.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/FbAtoms.cc b/src/FbAtoms.cc index 6a67cdf..5314538 100644 --- a/src/FbAtoms.cc +++ b/src/FbAtoms.cc | |||
@@ -25,11 +25,6 @@ | |||
25 | #include "App.hh" | 25 | #include "App.hh" |
26 | 26 | ||
27 | #include <string> | 27 | #include <string> |
28 | #ifdef HAVE_CASSERT | ||
29 | #include <cassert> | ||
30 | #else | ||
31 | #include <assert.h> | ||
32 | #endif | ||
33 | 28 | ||
34 | using namespace std; | 29 | using namespace std; |
35 | 30 | ||