瀏覽代碼

CPathfinder: don't include RegisterTypes

ArseniyShestakov 10 年之前
父節點
當前提交
c4ea0c7ff2
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      lib/CPathfinder.cpp

+ 2 - 1
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"