1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-27 22:49:25 +02:00

Remove excessive CMap.h includes

This commit is contained in:
Ivan Savenko
2023-05-24 02:05:59 +03:00
parent 62595cb039
commit acac42291e
114 changed files with 72 additions and 114 deletions

View File

@@ -43,7 +43,7 @@
#include "../../lib/CThreadHelper.h"
#include "../../lib/filesystem/Filesystem.h"
#include "../../lib/mapping/CMapInfo.h"
#include "../../lib/mapping/CMap.h"
#include "../../lib/mapping/CMapHeader.h"
#include "../../lib/serializer/Connection.h"
ISelectionScreenInfo::ISelectionScreenInfo(ESelectionScreen ScreenType)