diff options
author | Haru <haru@dotalux.com> | 2015-06-05 01:49:44 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-06-19 12:38:08 +0200 |
commit | f2fbdc16a14d07e0895cc09eeba689bc556481d2 (patch) | |
tree | 76c299f94ef60fa6007321b8c403ebc93d8027c1 /src/map/mob.h | |
parent | 080980071b952141275526f1745d8d74c10e4deb (diff) | |
download | hercules-f2fbdc16a14d07e0895cc09eeba689bc556481d2.tar.gz hercules-f2fbdc16a14d07e0895cc09eeba689bc556481d2.tar.bz2 hercules-f2fbdc16a14d07e0895cc09eeba689bc556481d2.tar.xz hercules-f2fbdc16a14d07e0895cc09eeba689bc556481d2.zip |
Cleaned up some #includes
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/map/mob.h')
-rw-r--r-- | src/map/mob.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/mob.h b/src/map/mob.h index d3fdb7185..85d2bf9b8 100644 --- a/src/map/mob.h +++ b/src/map/mob.h @@ -5,9 +5,9 @@ #ifndef MAP_MOB_H #define MAP_MOB_H -#include "map/map.h" // struct status_data, struct view_data, struct mob_skill +#include "map/map.h" // struct block_list #include "map/status.h" // struct status_data, struct status_change -#include "map/unit.h" // struct unit_data +#include "map/unit.h" // struct unit_data, view_data #include "common/cbasetypes.h" #include "common/mmo.h" // struct item |