summaryrefslogtreecommitdiff
path: root/src/echar/int_party.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/echar/int_party.c')
-rw-r--r--src/echar/int_party.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/echar/int_party.c b/src/echar/int_party.c
index 21f117a..e7cd658 100644
--- a/src/echar/int_party.c
+++ b/src/echar/int_party.c
@@ -2,6 +2,7 @@
// Copyright (c) 2014 - 2015 Evol developers
#include "common/hercules.h"
+#include "common/HPMi.h"
#include "common/nullpo.h"
#include "char/int_party.h"
#include "char/char.h"
@@ -13,10 +14,6 @@
#include "plugins/HPMHooking.h"
-HPExport struct HPMHooking_interface HPMHooking_s;
-
-#include "common/HPMDataCheck.h" /* should always be the last file included! (if you don't make it last, it'll intentionally break compile time) */
-
int einter_party_check_lv(struct party_data **p)
{
hookStop();