refactor(Core): sort #includes alphabetically (#4579)

This commit is contained in:
Kitzunu
2021-02-24 22:34:42 +01:00
committed by GitHub
parent 51342ef9b5
commit dbc0ff6554
839 changed files with 3120 additions and 3157 deletions

View File

@@ -4,12 +4,12 @@
* Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#include "Common.h"
#include "CharacterDatabaseCleaner.h"
#include "World.h"
#include "Common.h"
#include "Database/DatabaseEnv.h"
#include "SpellMgr.h"
#include "DBCStores.h"
#include "SpellMgr.h"
#include "World.h"
void CharacterDatabaseCleaner::CleanDatabase()
{

View File

@@ -4,6 +4,8 @@
* Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#include "Define.h"
#ifndef CHARACTERDATABASECLEANER_H
#define CHARACTERDATABASECLEANER_H

View File

@@ -4,12 +4,12 @@
* Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#include "Common.h"
#include "PlayerDump.h"
#include "DatabaseEnv.h"
#include "UpdateFields.h"
#include "ObjectMgr.h"
#include "AccountMgr.h"
#include "Common.h"
#include "DatabaseEnv.h"
#include "ObjectMgr.h"
#include "PlayerDump.h"
#include "UpdateFields.h"
#include "World.h"
#define DUMP_TABLE_COUNT 27

View File

@@ -7,9 +7,9 @@
#ifndef _PLAYER_DUMP_H
#define _PLAYER_DUMP_H
#include <string>
#include <map>
#include <set>
#include <string>
enum DumpTableType
{