summaryrefslogtreecommitdiff
path: root/src/Keys.cc
diff options
context:
space:
mode:
authormathias <mathias>2006-04-25 06:46:06 (GMT)
committermathias <mathias>2006-04-25 06:46:06 (GMT)
commita15d9af3c7f58d671240b23607bb9488a9165eb1 (patch)
tree6789cd07d3d7f1c1355d1497a0c37b6b879e5d63 /src/Keys.cc
parente2bc57bc0fef16faba89f996e354445c31aebedd (diff)
downloadfluxbox_lack-a15d9af3c7f58d671240b23607bb9488a9165eb1.zip
fluxbox_lack-a15d9af3c7f58d671240b23607bb9488a9165eb1.tar.bz2
Cleanup unneeded headers (thanks Slava Semushin)
Diffstat (limited to 'src/Keys.cc')
-rw-r--r--src/Keys.cc5
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
97using namespace std; 92using namespace std;