1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-12 02:28:11 +02:00

CPathfinder: don't include RegisterTypes

This commit is contained in:
ArseniyShestakov 2015-10-27 17:42:31 +03:00
parent 92fee1bdbf
commit c4ea0c7ff2

View File

@ -3,7 +3,8 @@
#include "CHeroHandler.h"
#include "mapping/CMap.h"
#include "registerTypes/RegisterTypes.h"
#include "CGameState.h"
#include "mapObjects/CGHeroInstance.h"
#include "GameConstants.h"
#include "CStopWatch.h"