diff options
Diffstat (limited to 'src/net/eathena/auctionhandler.h')
-rw-r--r-- | src/net/eathena/auctionhandler.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/net/eathena/auctionhandler.h b/src/net/eathena/auctionhandler.h index b7c15125f..208460daa 100644 --- a/src/net/eathena/auctionhandler.h +++ b/src/net/eathena/auctionhandler.h @@ -21,8 +21,6 @@ #ifndef NET_EATHENA_AUCTIONHANDLER_H #define NET_EATHENA_AUCTIONHANDLER_H -#ifdef EATHENA_SUPPORT - #include "net/auctionhandler.h" namespace EAthena @@ -62,5 +60,4 @@ class AuctionHandler final : public Net::AuctionHandler } // namespace EAthena -#endif // EATHENA_SUPPORT #endif // NET_EATHENA_AUCTIONHANDLER_H |