diff options
Diffstat (limited to 'src/net/auctionhandler.h')
-rw-r--r-- | src/net/auctionhandler.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/net/auctionhandler.h b/src/net/auctionhandler.h index 75057740c..65b9ed1f2 100644 --- a/src/net/auctionhandler.h +++ b/src/net/auctionhandler.h @@ -21,8 +21,6 @@ #ifndef NET_AUCTIONHANDLER_H #define NET_AUCTIONHANDLER_H -#ifdef EATHENA_SUPPORT - #include "enums/net/auctionsearchtype.h" #include <string> @@ -70,5 +68,4 @@ class AuctionHandler notfinal extern Net::AuctionHandler *auctionHandler; -#endif // EATHENA_SUPPORT #endif // NET_AUCTIONHANDLER_H |