summaryrefslogtreecommitdiff
path: root/src/net/ea/buysellhandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/ea/buysellhandler.cpp')
-rw-r--r--src/net/ea/buysellhandler.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/net/ea/buysellhandler.cpp b/src/net/ea/buysellhandler.cpp
index 8dba566d..32908dee 100644
--- a/src/net/ea/buysellhandler.cpp
+++ b/src/net/ea/buysellhandler.cpp
@@ -21,10 +21,6 @@
#include "net/ea/buysellhandler.h"
-#include "net/ea/protocol.h"
-
-#include "net/messagein.h"
-
#include "beingmanager.h"
#include "inventory.h"
#include "item.h"
@@ -37,6 +33,10 @@
#include "gui/widgets/chattab.h"
+#include "net/messagein.h"
+
+#include "net/ea/protocol.h"
+
#include "utils/gettext.h"
namespace EAthena {