summaryrefslogtreecommitdiff
path: root/src/net/tmwa/traderecv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/tmwa/traderecv.cpp')
-rw-r--r--src/net/tmwa/traderecv.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/net/tmwa/traderecv.cpp b/src/net/tmwa/traderecv.cpp
index 654b9eeb5..e616313c0 100644
--- a/src/net/tmwa/traderecv.cpp
+++ b/src/net/tmwa/traderecv.cpp
@@ -35,19 +35,15 @@
#include "gui/windows/tradewindow.h"
#include "net/messagein.h"
+#include "net/tradehandler.h"
#include "net/ea/eaprotocol.h"
#include "net/ea/traderecv.h"
-#include "net/tmwa/messageout.h"
-#include "net/tmwa/protocol.h"
-
#include "utils/stringutils.h"
#include "debug.h"
-extern Net::TradeHandler *tradeHandler;
-
extern std::string tradePartnerName;
namespace TmwAthena