mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-29 08:33:47 +00:00
refactor(Core): sort #includes alphabetically (#4579)
This commit is contained in:
@@ -5,9 +5,9 @@
|
||||
*/
|
||||
|
||||
#include "ACSoap.h"
|
||||
#include "Log.h"
|
||||
#include "soapH.h"
|
||||
#include "soapStub.h"
|
||||
#include "Log.h"
|
||||
#include "World.h"
|
||||
|
||||
void ACSoapRunnable::run()
|
||||
|
||||
@@ -7,9 +7,8 @@
|
||||
#ifndef _ACSOAP_H
|
||||
#define _ACSOAP_H
|
||||
|
||||
#include "Define.h"
|
||||
#include "AccountMgr.h"
|
||||
|
||||
#include "Define.h"
|
||||
#include <ace/Semaphore.h>
|
||||
#include <ace/Task.h>
|
||||
#include <Threading.h>
|
||||
|
||||
Reference in New Issue
Block a user