aboutsummaryrefslogtreecommitdiff
path: root/src/game/Bag.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/Bag.cpp')
-rw-r--r--src/game/Bag.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game/Bag.cpp b/src/game/Bag.cpp
index 1edbc06474d..86befec7550 100644
--- a/src/game/Bag.cpp
+++ b/src/game/Bag.cpp
@@ -19,9 +19,10 @@
*/
#include "Common.h"
-#include "Bag.h"
#include "ObjectMgr.h"
#include "Database/DatabaseEnv.h"
+
+#include "Bag.h"
#include "Log.h"
#include "UpdateData.h"