aboutsummaryrefslogtreecommitdiff
path: root/src/FbAtoms.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/FbAtoms.cc
parente2bc57bc0fef16faba89f996e354445c31aebedd (diff)
downloadfluxbox-a15d9af3c7f58d671240b23607bb9488a9165eb1.zip
fluxbox-a15d9af3c7f58d671240b23607bb9488a9165eb1.tar.bz2
Cleanup unneeded headers (thanks Slava Semushin)
Diffstat (limited to 'src/FbAtoms.cc')
-rw-r--r--src/FbAtoms.cc5
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
34using namespace std; 29using namespace std;
35 30