mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-29 23:07:48 +02:00
Remove some useless includes found by cppclean
This of course was tested and shouldn't break anything
This commit is contained in:
@@ -10,9 +10,7 @@
|
||||
#include "spells/CSpellHandler.h"
|
||||
#include "CHeroHandler.h"
|
||||
#include "mapObjects/CObjectHandler.h"
|
||||
#include "CCreatureHandler.h"
|
||||
#include "CModHandler.h"
|
||||
#include "VCMI_Lib.h"
|
||||
#include "Connection.h"
|
||||
#include "mapping/CMap.h"
|
||||
#include "mapping/CMapService.h"
|
||||
@@ -27,9 +25,6 @@
|
||||
#include "rmg/CMapGenerator.h"
|
||||
#include "CStopWatch.h"
|
||||
#include "mapping/CMapEditManager.h"
|
||||
#include "CPathfinder.h"
|
||||
|
||||
class CGObjectInstance;
|
||||
|
||||
#ifdef min
|
||||
#undef min
|
||||
|
||||
Reference in New Issue
Block a user