summaryrefslogtreecommitdiff
path: root/src/map/unit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/unit.h')
-rw-r--r--src/map/unit.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/map/unit.h b/src/map/unit.h
index 32fc3cce7..83858fb5d 100644
--- a/src/map/unit.h
+++ b/src/map/unit.h
@@ -4,7 +4,9 @@
#ifndef _UNIT_H_
#define _UNIT_H_
-#include "map.h"
+//#include "map.h"
+struct block_list;
+struct unit_data;
// PC, MOB, PET に共通する処理を1つにまとめる計画