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/FocusControl.cc | |
parent | e2bc57bc0fef16faba89f996e354445c31aebedd (diff) | |
download | fluxbox_pavel-a15d9af3c7f58d671240b23607bb9488a9165eb1.zip fluxbox_pavel-a15d9af3c7f58d671240b23607bb9488a9165eb1.tar.bz2 |
Cleanup unneeded headers (thanks Slava Semushin)
Diffstat (limited to 'src/FocusControl.cc')
-rw-r--r-- | src/FocusControl.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FocusControl.cc b/src/FocusControl.cc index f7ed962..e92eced 100644 --- a/src/FocusControl.cc +++ b/src/FocusControl.cc | |||
@@ -31,8 +31,8 @@ | |||
31 | #include "FbWinFrameTheme.hh" | 31 | #include "FbWinFrameTheme.hh" |
32 | 32 | ||
33 | #include <string> | 33 | #include <string> |
34 | #include <cassert> | ||
35 | #include <iostream> | 34 | #include <iostream> |
35 | |||
36 | using std::cerr; | 36 | using std::cerr; |
37 | using std::endl; | 37 | using std::endl; |
38 | using std::string; | 38 | using std::string; |