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/Keys.cc | |
parent | e2bc57bc0fef16faba89f996e354445c31aebedd (diff) | |
download | fluxbox_pavel-a15d9af3c7f58d671240b23607bb9488a9165eb1.zip fluxbox_pavel-a15d9af3c7f58d671240b23607bb9488a9165eb1.tar.bz2 |
Cleanup unneeded headers (thanks Slava Semushin)
Diffstat (limited to 'src/Keys.cc')
-rw-r--r-- | src/Keys.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Keys.cc b/src/Keys.cc index 78ad912..c6276c5 100644 --- a/src/Keys.cc +++ b/src/Keys.cc | |||
@@ -87,11 +87,6 @@ | |||
87 | #include <fstream> | 87 | #include <fstream> |
88 | #include <vector> | 88 | #include <vector> |
89 | #include <map> | 89 | #include <map> |
90 | #ifdef HAVE_CASSERT | ||
91 | #include <cassert> | ||
92 | #else | ||
93 | #include <assert.h> | ||
94 | #endif | ||
95 | #include <memory> | 90 | #include <memory> |
96 | 91 | ||
97 | using namespace std; | 92 | using namespace std; |