diff options
author | fluxgen <fluxgen> | 2006-11-12 17:16:56 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2006-11-12 17:16:56 (GMT) |
commit | 3efe68ffe30a24169492a97a9a0a883990e68b6a (patch) | |
tree | 17414434e41a73e250b0b3f3f65d4fd16e2b62e8 /src/Slit.cc | |
parent | a3c5fd60001fc498a8b9904e63358751a17553da (diff) | |
download | fluxbox_lack-3efe68ffe30a24169492a97a9a0a883990e68b6a.zip fluxbox_lack-3efe68ffe30a24169492a97a9a0a883990e68b6a.tar.bz2 |
removed duplicate headers, patch from Slava Semushin aka php-coder
Diffstat (limited to 'src/Slit.cc')
-rw-r--r-- | src/Slit.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Slit.cc b/src/Slit.cc index 5fc2fc1..8542dca 100644 --- a/src/Slit.cc +++ b/src/Slit.cc | |||
@@ -65,9 +65,6 @@ | |||
65 | #include "FbTk/StringUtil.hh" | 65 | #include "FbTk/StringUtil.hh" |
66 | #include "FbTk/I18n.hh" | 66 | #include "FbTk/I18n.hh" |
67 | 67 | ||
68 | #include <algorithm> | ||
69 | #include <iostream> | ||
70 | |||
71 | #ifdef HAVE_SYS_STAT_H | 68 | #ifdef HAVE_SYS_STAT_H |
72 | #include <sys/types.h> | 69 | #include <sys/types.h> |
73 | #include <sys/stat.h> | 70 | #include <sys/stat.h> |