refactor(Core/Common): alphabetical sorting inlcudes (#6282)

- Part https://github.com/WarheadCore/WarheadBand/pull/37
This commit is contained in:
Kargatum
2021-06-23 06:01:53 +07:00
committed by GitHub
parent b2472caeed
commit 8202da358b
56 changed files with 109 additions and 109 deletions

View File

@@ -7,8 +7,8 @@
#ifndef _IMMAPMANAGER_H
#define _IMMAPMANAGER_H
#include <string>
#include "Define.h"
#include <string>
// Interface for IMMapManger
namespace MMAP

View File

@@ -7,8 +7,8 @@
#ifndef _IVMAPMANAGER_H
#define _IVMAPMANAGER_H
#include <string>
#include "Define.h"
#include <string>
//===========================================================

View File

@@ -5,8 +5,8 @@
*/
#include "MMapFactory.h"
#include <set>
#include <cstring>
#include <set>
namespace MMAP
{

View File

@@ -7,10 +7,10 @@
#ifndef _MMAP_FACTORY_H
#define _MMAP_FACTORY_H
#include "MMapManager.h"
#include "DetourAlloc.h"
#include "DetourNavMesh.h"
#include "DetourExtended.h"
#include "DetourNavMesh.h"
#include "MMapManager.h"
#include <unordered_map>
namespace MMAP

View File

@@ -7,8 +7,8 @@
#include "MMapManager.h"
#include "Config.h"
#include "Errors.h"
#include "MapDefines.h"
#include "Log.h"
#include "MapDefines.h"
#include "StringFormat.h"
namespace MMAP

View File

@@ -9,10 +9,10 @@
#include "Common.h"
#include "DetourAlloc.h"
#include "DetourNavMesh.h"
#include "DetourExtended.h"
#include <unordered_map>
#include "DetourNavMesh.h"
#include <shared_mutex>
#include <unordered_map>
#include <vector>
// memory management

View File

@@ -16,18 +16,18 @@
*/
#include "VMapManager2.h"
#include "Errors.h"
#include "Log.h"
#include "MapDefines.h"
#include "MapTree.h"
#include "ModelInstance.h"
#include "WorldModel.h"
#include "MapDefines.h"
#include "Log.h"
#include "VMapDefinitions.h"
#include "Errors.h"
#include "WorldModel.h"
#include <G3D/Vector3.h>
#include <iostream>
#include <iomanip>
#include <string>
#include <iostream>
#include <sstream>
#include <string>
using G3D::Vector3;

View File

@@ -18,8 +18,8 @@
#ifndef _VMAPMANAGER2_H
#define _VMAPMANAGER2_H
#include "IVMapManager.h"
#include "Common.h"
#include "IVMapManager.h"
#include <mutex>
#include <unordered_map>
#include <vector>