summaryrefslogtreecommitdiff
path: root/src/net/eathena/npcrecv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/npcrecv.h')
-rw-r--r--src/net/eathena/npcrecv.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/net/eathena/npcrecv.h b/src/net/eathena/npcrecv.h
index 865d53f3a..ed2e2f670 100644
--- a/src/net/eathena/npcrecv.h
+++ b/src/net/eathena/npcrecv.h
@@ -21,9 +21,10 @@
#ifndef NET_EATHENA_NPCRECV_H
#define NET_EATHENA_NPCRECV_H
-#include "net/ea/npchandler.h"
-
-#include "net/eathena/messagehandler.h"
+namespace Net
+{
+ class MessageIn;
+}
namespace EAthena
{