summaryrefslogtreecommitdiff
path: root/src/common/DataStores/DBCFileLoader.cpp
diff options
context:
space:
mode:
authorKargatum <dowlandtop@yandex.com>2021-06-23 06:01:53 +0700
committerGitHub <noreply@github.com>2021-06-23 01:01:53 +0200
commit8202da358b3e465a2fc87c463aa358891f18adfa (patch)
tree139a955a16b9e67d960c1b91dcb452400586c23a /src/common/DataStores/DBCFileLoader.cpp
parentb2472caeedf394b7c193be4df33dd88babdcbee4 (diff)
refactor(Core/Common): alphabetical sorting inlcudes (#6282)
- Part https://github.com/WarheadCore/WarheadBand/pull/37
Diffstat (limited to 'src/common/DataStores/DBCFileLoader.cpp')
-rw-r--r--src/common/DataStores/DBCFileLoader.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/DataStores/DBCFileLoader.cpp b/src/common/DataStores/DBCFileLoader.cpp
index 304fe0845e..6a1a6b8300 100644
--- a/src/common/DataStores/DBCFileLoader.cpp
+++ b/src/common/DataStores/DBCFileLoader.cpp
@@ -4,11 +4,11 @@
* Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
+#include "DBCFileLoader.h"
+#include "Errors.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include "DBCFileLoader.h"
-#include "Errors.h"
DBCFileLoader::DBCFileLoader() : recordSize(0), recordCount(0), fieldCount(0), stringSize(0), fieldsOffset(nullptr), data(nullptr), stringTable(nullptr) { }