summaryrefslogtreecommitdiff
path: root/src/net/eathena/vendingrecv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/vendingrecv.h')
-rw-r--r--src/net/eathena/vendingrecv.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/net/eathena/vendingrecv.h b/src/net/eathena/vendingrecv.h
index 74c3f9c78..815b18329 100644
--- a/src/net/eathena/vendingrecv.h
+++ b/src/net/eathena/vendingrecv.h
@@ -23,10 +23,13 @@
#include "net/vendinghandler.h"
-#include "net/eathena/messagehandler.h"
-
class BuyDialog;
+namespace Net
+{
+ class MessageIn;
+}
+
namespace EAthena
{
namespace VendingRecv