mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-28 16:16:27 +00:00
refactor(src/tools): remove unused imports (#20487)
This commit is contained in:
@@ -18,8 +18,6 @@
|
||||
#ifndef _INTERMEDIATE_VALUES_H
|
||||
#define _INTERMEDIATE_VALUES_H
|
||||
|
||||
#include "DetourNavMesh.h"
|
||||
#include "PathCommon.h"
|
||||
#include "Recast.h"
|
||||
#include "TerrainBuilder.h"
|
||||
|
||||
|
||||
@@ -22,7 +22,6 @@
|
||||
#include "ModelInstance.h"
|
||||
#include "PathCommon.h"
|
||||
#include "StringFormat.h"
|
||||
#include "VMapFactory.h"
|
||||
#include "VMapMgr2.h"
|
||||
#include <DetourCommon.h>
|
||||
#include <DetourNavMesh.h>
|
||||
|
||||
@@ -20,12 +20,10 @@
|
||||
|
||||
#include <atomic>
|
||||
#include <list>
|
||||
#include <map>
|
||||
#include <set>
|
||||
#include <thread>
|
||||
#include <vector>
|
||||
|
||||
#include "IntermediateValues.h"
|
||||
#include "Optional.h"
|
||||
#include "TerrainBuilder.h"
|
||||
|
||||
|
||||
@@ -18,7 +18,6 @@
|
||||
#ifndef _MMAP_COMMON_H
|
||||
#define _MMAP_COMMON_H
|
||||
|
||||
#include "Common.h"
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
|
||||
@@ -23,6 +23,7 @@
|
||||
#include "PathCommon.h"
|
||||
#include "VMapMgr2.h"
|
||||
#include <vector>
|
||||
#include <map>
|
||||
|
||||
// ******************************************
|
||||
// Map file format defines
|
||||
|
||||
@@ -18,7 +18,6 @@
|
||||
#ifndef _MMAP_TERRAIN_BUILDER_H
|
||||
#define _MMAP_TERRAIN_BUILDER_H
|
||||
|
||||
#include "PathCommon.h"
|
||||
#include "WorldModel.h"
|
||||
|
||||
#include "G3D/Array.h"
|
||||
|
||||
Reference in New Issue
Block a user