all repos — fluxbox @ cc2774871a5493ffbbba4dce11379dda3da71699

custom fork of the fluxbox windowmanager

removed useless include statements

'typeinfo' was needed for RTTI in isItemSelectable() (see last commit)
'algorithm' is already included some lines above
Mathias Gumz akira at fluxbox dot org
commit

cc2774871a5493ffbbba4dce11379dda3da71699

parent

1f0adef4daa2da5b08ed7f41e7a0ce1e3f71e46f

1 files changed, 0 insertions(+), 4 deletions(-)

jump to
M src/FbTk/Menu.ccsrc/FbTk/Menu.cc

@@ -64,10 +64,6 @@ #include <cstring>

#else #include <string.h> #endif -#include <typeinfo> - -#include <algorithm> - #ifdef DEBUG #include <iostream>