1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-06 09:09:40 +02:00

Removed excessive pathfinder includes

This commit is contained in:
Ivan Savenko
2023-06-21 12:00:44 +03:00
parent 02ea798c97
commit 87fcfa4add
43 changed files with 10 additions and 38 deletions

View File

@@ -14,6 +14,8 @@
#include "../../Goals/AbstractGoal.h"
struct AIPathNode;
struct PathNodeInfo;
struct CDestinationNodeInfo;
class ISpecialAction
{
@@ -29,4 +31,4 @@ public:
const AIPathNode * srcNode) const
{
}
};
};