summaryrefslogtreecommitdiff
path: root/src/net/eathena/buyingstorerecv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/buyingstorerecv.h')
-rw-r--r--src/net/eathena/buyingstorerecv.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/net/eathena/buyingstorerecv.h b/src/net/eathena/buyingstorerecv.h
index da4e338e8..df7dc9e11 100644
--- a/src/net/eathena/buyingstorerecv.h
+++ b/src/net/eathena/buyingstorerecv.h
@@ -23,9 +23,10 @@
#ifdef EATHENA_SUPPORT
-#include "net/buyingstorehandler.h"
-
-#include "net/eathena/messagehandler.h"
+namespace Net
+{
+ class MessageIn;
+}
namespace EAthena
{