diff options
Diffstat (limited to 'src/net/eathena/loginrecv.h')
-rw-r--r-- | src/net/eathena/loginrecv.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/net/eathena/loginrecv.h b/src/net/eathena/loginrecv.h index ccd34b7cc..139dd3fb5 100644 --- a/src/net/eathena/loginrecv.h +++ b/src/net/eathena/loginrecv.h @@ -23,9 +23,10 @@ #ifndef NET_EATHENA_LOGINRECV_H #define NET_EATHENA_LOGINRECV_H -#include "net/ea/loginhandler.h" - -#include "net/eathena/messagehandler.h" +namespace Net +{ + class MessageIn; +} namespace EAthena { |