From c4ea0c7ff210bab3db9a9b8987151cb1426a57c9 Mon Sep 17 00:00:00 2001 From: ArseniyShestakov Date: Tue, 27 Oct 2015 17:42:31 +0300 Subject: [PATCH] CPathfinder: don't include RegisterTypes --- lib/CPathfinder.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/CPathfinder.cpp b/lib/CPathfinder.cpp index 6f4c339a4..2eae0500c 100644 --- a/lib/CPathfinder.cpp +++ b/lib/CPathfinder.cpp @@ -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"