mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-19 03:45:43 +00:00
refactor(Core/Misc): headers cleanup (#9259)
This commit is contained in:
@@ -18,9 +18,9 @@
|
||||
#include "ACSoap.h"
|
||||
#include "AccountMgr.h"
|
||||
#include "Log.h"
|
||||
#include "World.h"
|
||||
#include "soapH.h"
|
||||
#include "soapStub.h"
|
||||
#include "World.h"
|
||||
|
||||
void ACSoapThread(const std::string& host, uint16 port)
|
||||
{
|
||||
|
||||
@@ -19,21 +19,21 @@
|
||||
/// @{
|
||||
/// \file
|
||||
|
||||
#include "Common.h"
|
||||
#include "Errors.h"
|
||||
#include "ObjectMgr.h"
|
||||
#include "World.h"
|
||||
#include "Config.h"
|
||||
#include "CliRunnable.h"
|
||||
#include "Common.h"
|
||||
#include "Config.h"
|
||||
#include "Errors.h"
|
||||
#include "Log.h"
|
||||
#include "ObjectMgr.h"
|
||||
#include "Util.h"
|
||||
#include "World.h"
|
||||
|
||||
#if AC_PLATFORM != AC_PLATFORM_WINDOWS
|
||||
#include "Chat.h"
|
||||
#include "ChatCommand.h"
|
||||
#include <cstring>
|
||||
#include <readline/readline.h>
|
||||
#include <readline/history.h>
|
||||
#include <readline/readline.h>
|
||||
#endif
|
||||
|
||||
static constexpr char CLI_PREFIX[] = "AC> ";
|
||||
|
||||
Reference in New Issue
Block a user