summaryrefslogtreecommitdiff
path: root/src/map/battleground.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/battleground.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/battleground.h')
-rw-r--r--src/map/battleground.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/map/battleground.h b/src/map/battleground.h
index aaa76b5d2..a67deb722 100644
--- a/src/map/battleground.h
+++ b/src/map/battleground.h
@@ -5,10 +5,15 @@
#ifndef MAP_BATTLEGROUND_H
#define MAP_BATTLEGROUND_H
-#include "map/clif.h"
-#include "map/guild.h"
+#include "map/map.h" // EVENT_NAME_LENGTH
+#include "common/cbasetypes.h"
+#include "common/db.h"
#include "common/mmo.h" // struct party
+struct HPluginData;
+struct block_list;
+struct map_session_data;
+
/**
* Defines
**/