diff options
Diffstat (limited to 'src/net/eathena/tradehandler.cpp')
-rw-r--r-- | src/net/eathena/tradehandler.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/eathena/tradehandler.cpp b/src/net/eathena/tradehandler.cpp index 4f036d09b..749d9343e 100644 --- a/src/net/eathena/tradehandler.cpp +++ b/src/net/eathena/tradehandler.cpp @@ -28,6 +28,8 @@ #include "being/playerinfo.h" +#include "enums/resources/notifytypes.h" + #include "gui/windows/tradewindow.h" #include "net/eathena/messageout.h" @@ -35,8 +37,6 @@ #include "net/ea/eaprotocol.h" -#include "resources/notifytypes.h" - #include "debug.h" extern Net::TradeHandler *tradeHandler; |