summaryrefslogtreecommitdiff
path: root/src/net/eathena/marketrecv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/marketrecv.h')
-rw-r--r--src/net/eathena/marketrecv.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/net/eathena/marketrecv.h b/src/net/eathena/marketrecv.h
index 3686e5187..fcab073f8 100644
--- a/src/net/eathena/marketrecv.h
+++ b/src/net/eathena/marketrecv.h
@@ -21,9 +21,10 @@
#ifndef NET_EATHENA_MARKETRECV_H
#define NET_EATHENA_MARKETRECV_H
-#include "net/markethandler.h"
-
-#include "net/eathena/messagehandler.h"
+namespace Net
+{
+ class MessageIn;
+}
class BuyDialog;