summaryrefslogtreecommitdiff
path: root/src/map/homunculus.h
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2015-06-05 01:49:44 +0200
committerHaru <haru@dotalux.com>2015-06-19 12:38:08 +0200
commitf2fbdc16a14d07e0895cc09eeba689bc556481d2 (patch)
tree76c299f94ef60fa6007321b8c403ebc93d8027c1 /src/map/homunculus.h
parent080980071b952141275526f1745d8d74c10e4deb (diff)
downloadhercules-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/homunculus.h')
-rw-r--r--src/map/homunculus.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map/homunculus.h b/src/map/homunculus.h
index 387efbf29..32e48b1e9 100644
--- a/src/map/homunculus.h
+++ b/src/map/homunculus.h
@@ -5,11 +5,12 @@
#ifndef MAP_HOMUNCULUS_H
#define MAP_HOMUNCULUS_H
-#include "map/pc.h"
#include "map/status.h" // struct status_data, struct status_change
#include "map/unit.h" // struct unit_data
#include "common/mmo.h"
+struct map_session_data;
+
#define MAX_HOM_SKILL_REQUIRE 5
#define homdb_checkid(id) ((id) >= HM_CLASS_BASE && (id) <= HM_CLASS_MAX)
#define homun_alive(x) ((x) && (x)->homunculus.vaporize == HOM_ST_ACTIVE && (x)->battle_status.hp > 0)