1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-10-31 00:07:39 +02:00

Remove some useless includes found by cppclean

This of course was tested and shouldn't break anything
This commit is contained in:
Arseniy Shestakov
2016-08-26 04:42:16 +03:00
parent 94bb5b9901
commit 452e28d183
20 changed files with 0 additions and 34 deletions

View File

@@ -1,9 +1,7 @@
#include "StdInc.h"
#include "CModHandler.h"
#include "mapObjects/CObjectClassesHandler.h"
#include "JsonNode.h"
#include "filesystem/FileStream.h"
#include "filesystem/Filesystem.h"
#include "filesystem/AdapterLoaders.h"
#include "filesystem/CFilesystemLoader.h"