summaryrefslogtreecommitdiff
path: root/src/net/eathena/auctionrecv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/auctionrecv.h')
-rw-r--r--src/net/eathena/auctionrecv.h13
1 files changed, 7 insertions, 6 deletions
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 <http://www.gnu.org/licenses/>.
*/
-#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