removed useless include statements
'typeinfo' was needed for RTTI in isItemSelectable() (see last commit) 'algorithm' is already included some lines above
This commit is contained in:
parent
1f0adef4da
commit
cc2774871a
1 changed files with 0 additions and 4 deletions
|
@ -64,10 +64,6 @@
|
|||
#else
|
||||
#include <string.h>
|
||||
#endif
|
||||
#include <typeinfo>
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
|
||||
#ifdef DEBUG
|
||||
#include <iostream>
|
||||
|
|
Loading…
Reference in a new issue