refactor(Core): sort #includes alphabetically (#4579)
This commit is contained in:
parent
51342ef9b5
commit
dbc0ff6554
839 changed files with 3120 additions and 3157 deletions
|
|
@ -11,17 +11,16 @@ Comment: All debug related commands
|
|||
Category: commandscripts
|
||||
EndScriptData */
|
||||
|
||||
#include "ScriptMgr.h"
|
||||
#include "ObjectMgr.h"
|
||||
#include "BattlegroundMgr.h"
|
||||
#include "Chat.h"
|
||||
#include "Cell.h"
|
||||
#include "CellImpl.h"
|
||||
#include "Chat.h"
|
||||
#include "GossipDef.h"
|
||||
#include "GridNotifiers.h"
|
||||
#include "GridNotifiersImpl.h"
|
||||
#include "GossipDef.h"
|
||||
#include "Language.h"
|
||||
|
||||
#include "ObjectMgr.h"
|
||||
#include "ScriptMgr.h"
|
||||
#include <fstream>
|
||||
|
||||
class debug_commandscript : public CommandScript
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue