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/auctionrecv.h | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'src/net/eathena/auctionrecv.h') diff --git a/src/net/eathena/auctionrecv.h b/src/net/eathena/auctionrecv.h index 583e873b9..cdd04b518 100644 --- a/src/net/eathena/auctionrecv.h +++ b/src/net/eathena/auctionrecv.h @@ -18,14 +18,15 @@ * along with this program. If not, see . */ -#ifndef NET_EATHENA_AUCTION_H -#define NET_EATHENA_AUCTION_H +#ifndef NET_EATHENA_AUCTIONRECV_H +#define NET_EATHENA_AUCTIONRECV_H #ifdef EATHENA_SUPPORT -#include "net/auctionhandler.h" - -#include "net/eathena/messagehandler.h" +namespace Net +{ + class MessageIn; +} namespace EAthena { @@ -40,4 +41,4 @@ namespace EAthena } // namespace EAthena #endif // EATHENA_SUPPORT -#endif // NET_EATHENA_AUCTION_H +#endif // NET_EATHENA_AUCTIONRECV_H -- cgit v1.2.3-60-g2f50