summaryrefslogtreecommitdiff
path: root/src/net/eathena/buysellrecv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/buysellrecv.h')
-rw-r--r--src/net/eathena/buysellrecv.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/net/eathena/buysellrecv.h b/src/net/eathena/buysellrecv.h
index 6c524572f..14a4d199e 100644
--- a/src/net/eathena/buysellrecv.h
+++ b/src/net/eathena/buysellrecv.h
@@ -23,9 +23,10 @@
#ifndef NET_EATHENA_BUYSELLRECV_H
#define NET_EATHENA_BUYSELLRECV_H
-#include "net/ea/buysellhandler.h"
-
-#include "net/eathena/messagehandler.h"
+namespace Net
+{
+ class MessageIn;
+}
namespace EAthena
{