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/Slit.cc | |
parent | e2bc57bc0fef16faba89f996e354445c31aebedd (diff) | |
download | fluxbox-a15d9af3c7f58d671240b23607bb9488a9165eb1.zip fluxbox-a15d9af3c7f58d671240b23607bb9488a9165eb1.tar.bz2 |
Cleanup unneeded headers (thanks Slava Semushin)
Diffstat (limited to 'src/Slit.cc')
-rw-r--r-- | src/Slit.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Slit.cc b/src/Slit.cc index db2deae..15b171f 100644 --- a/src/Slit.cc +++ b/src/Slit.cc | |||
@@ -67,11 +67,6 @@ | |||
67 | 67 | ||
68 | #include <algorithm> | 68 | #include <algorithm> |
69 | #include <iostream> | 69 | #include <iostream> |
70 | #ifdef HAVE_CASSERT | ||
71 | #include <cassert> | ||
72 | #else | ||
73 | #include <assert.h> | ||
74 | #endif | ||
75 | 70 | ||
76 | #ifdef HAVE_SYS_STAT_H | 71 | #ifdef HAVE_SYS_STAT_H |
77 | #include <sys/types.h> | 72 | #include <sys/types.h> |