diff options
Diffstat (limited to 'src/map/mob.hpp')
-rw-r--r-- | src/map/mob.hpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/map/mob.hpp b/src/map/mob.hpp index c4fcce1..6f6fb47 100644 --- a/src/map/mob.hpp +++ b/src/map/mob.hpp @@ -24,16 +24,15 @@ #include "fwd.hpp" -#include "../generic/fwd.hpp" #include "../generic/enum.hpp" #include "../generic/random.t.hpp" #include "../net/timer.t.hpp" #include "battle.t.hpp" -#include "clif.t.hpp" +#include "../mmo/clif.t.hpp" #include "map.hpp" -#include "skill.t.hpp" +#include "../mmo/skill.t.hpp" namespace tmwa |