From 973606a6dbd201050b7d4cd0a6a782ff742056f6 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 29 Aug 2015 16:56:45 +0300 Subject: Fix code style. --- src/net/eathena/battlegroundrecv.h | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'src/net/eathena/battlegroundrecv.h') diff --git a/src/net/eathena/battlegroundrecv.h b/src/net/eathena/battlegroundrecv.h index 43c0e7fe1..912580203 100644 --- a/src/net/eathena/battlegroundrecv.h +++ b/src/net/eathena/battlegroundrecv.h @@ -18,12 +18,15 @@ * along with this program. If not, see . */ -#ifndef NET_EATHENA_BATTLEGROUND_H -#define NET_EATHENA_BATTLEGROUND_H +#ifndef NET_EATHENA_BATTLEGROUNDRECV_H +#define NET_EATHENA_BATTLEGROUNDRECV_H #ifdef EATHENA_SUPPORT -#include "net/eathena/messagehandler.h" +namespace Net +{ + class MessageIn; +} namespace EAthena { @@ -41,4 +44,4 @@ namespace EAthena } // namespace EAthena #endif // EATHENA_SUPPORT -#endif // NET_EATHENA_BATTLEGROUND_H +#endif // NET_EATHENA_BATTLEGROUNDRECV_H -- cgit v1.2.3-60-g2f50