1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-30 06:15:32 +00:00

replaced #include with forward class declaration, as suggested by slaugherfish.

This commit is contained in:
dteviot 2015-06-14 10:30:55 +12:00
parent cb8ca2f03a
commit bfff84ba8f

View file

@ -4,8 +4,6 @@
#include "pathfinding.hpp"
#include <components/esm/defs.hpp>
#include "../mwworld/cellstore.hpp"
#include "obstacle.hpp"
#include "aistate.hpp"
@ -16,6 +14,7 @@ namespace MWWorld
namespace ESM
{
struct Cell;
namespace AiSequence
{
struct AiSequence;