diff options
author | Mathias Gumz <akira at fluxbox dot org> | 2011-01-15 20:49:37 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2011-01-15 20:49:37 (GMT) |
commit | cc2774871a5493ffbbba4dce11379dda3da71699 (patch) | |
tree | 046a4fe4993456401c711a81e633d3b30294c912 /src | |
parent | 1f0adef4daa2da5b08ed7f41e7a0ce1e3f71e46f (diff) | |
download | fluxbox-cc2774871a5493ffbbba4dce11379dda3da71699.zip fluxbox-cc2774871a5493ffbbba4dce11379dda3da71699.tar.bz2 |
removed useless include statements
'typeinfo' was needed for RTTI in isItemSelectable() (see last commit)
'algorithm' is already included some lines above
Diffstat (limited to 'src')
-rw-r--r-- | src/FbTk/Menu.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/FbTk/Menu.cc b/src/FbTk/Menu.cc index c281245..975a967 100644 --- a/src/FbTk/Menu.cc +++ b/src/FbTk/Menu.cc | |||
@@ -64,10 +64,6 @@ | |||
64 | #else | 64 | #else |
65 | #include <string.h> | 65 | #include <string.h> |
66 | #endif | 66 | #endif |
67 | #include <typeinfo> | ||
68 | |||
69 | #include <algorithm> | ||
70 | |||
71 | 67 | ||
72 | #ifdef DEBUG | 68 | #ifdef DEBUG |
73 | #include <iostream> | 69 | #include <iostream> |