summaryrefslogtreecommitdiff
path: root/src/net/eathena/playerrecv.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-09-04 01:26:47 +0300
committerAndrei Karas <akaras@inbox.ru>2015-09-04 01:26:47 +0300
commit8356efd659046630db247b344bb4baec29c4a6e7 (patch)
treeb0758791b4f0856856536556d0e99f1ef08bf3bb /src/net/eathena/playerrecv.h
parentad65d5b7ee4e206733add9e5514a7d51e02c2d54 (diff)
downloadManaVerse-8356efd659046630db247b344bb4baec29c4a6e7.tar.gz
ManaVerse-8356efd659046630db247b344bb4baec29c4a6e7.tar.bz2
ManaVerse-8356efd659046630db247b344bb4baec29c4a6e7.tar.xz
ManaVerse-8356efd659046630db247b344bb4baec29c4a6e7.zip
Remove some useless includes.
Diffstat (limited to 'src/net/eathena/playerrecv.h')
-rw-r--r--src/net/eathena/playerrecv.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/net/eathena/playerrecv.h b/src/net/eathena/playerrecv.h
index 76769629f..242e62838 100644
--- a/src/net/eathena/playerrecv.h
+++ b/src/net/eathena/playerrecv.h
@@ -23,7 +23,10 @@
#ifndef NET_EATHENA_PLAYERRECV_H
#define NET_EATHENA_PLAYERRECV_H
-#include "net/ea/playerhandler.h"
+namespace Net
+{
+ class MessageIn;
+}
namespace EAthena
{