mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-25 22:56:24 +00:00
refactor(src/tools): remove unused imports (#20487)
This commit is contained in:
@@ -20,7 +20,6 @@
|
||||
#include "dbcfile.h"
|
||||
|
||||
#include "mpq_libmpq04.h"
|
||||
#include <utility>
|
||||
|
||||
DBCFile::DBCFile(std::string filename):
|
||||
filename(std::move(filename)), recordSize(0), recordCount(0), fieldCount(0), stringSize(0), data(nullptr), stringTable(nullptr)
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
#define DBCFILE_H
|
||||
#include <cassert>
|
||||
#include <string>
|
||||
#include <utility>
|
||||
|
||||
// cppcheck-suppress ctuOneDefinitionRuleViolation
|
||||
class DBCFile
|
||||
|
||||
@@ -20,7 +20,6 @@
|
||||
|
||||
#include "libmpq/mpq.h"
|
||||
#include "loadlib/loadlib.h"
|
||||
#include <cctype>
|
||||
#include <cstring>
|
||||
#include <deque>
|
||||
#include <iostream>
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -17,7 +17,6 @@
|
||||
|
||||
#include "adtfile.h"
|
||||
#include "vmapexport.h"
|
||||
#include <algorithm>
|
||||
#include <cstdio>
|
||||
|
||||
#ifdef WIN32
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
#undef max
|
||||
|
||||
#include <cstdio>
|
||||
#include <utility>
|
||||
|
||||
DBCFile::DBCFile(std::string filename):
|
||||
filename(std::move(filename)), recordSize(0), recordCount(0), fieldCount(0), stringSize(0), data(nullptr), stringTable(nullptr)
|
||||
|
||||
@@ -20,7 +20,6 @@
|
||||
|
||||
#include <cassert>
|
||||
#include <string>
|
||||
#include <utility>
|
||||
|
||||
class DBCFile
|
||||
{
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
#include "dbcfile.h"
|
||||
#include "model.h"
|
||||
#include "vmapexport.h"
|
||||
#include <algorithm>
|
||||
#include <cstdio>
|
||||
|
||||
bool ExtractSingleModel(std::string& fname)
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
#include "loadlib/loadlib.h"
|
||||
#include "modelheaders.h"
|
||||
#include "vec3d.h"
|
||||
#include <vector>
|
||||
|
||||
class MPQFile;
|
||||
struct WMODoodadData;
|
||||
|
||||
@@ -20,7 +20,6 @@
|
||||
|
||||
#include "libmpq/mpq.h"
|
||||
#include "loadlib/loadlib.h"
|
||||
#include <cctype>
|
||||
#include <cstring>
|
||||
#include <deque>
|
||||
#include <iostream>
|
||||
|
||||
@@ -20,7 +20,6 @@
|
||||
|
||||
#include "mpq_libmpq04.h"
|
||||
#include "wmo.h"
|
||||
#include <cstdlib>
|
||||
#include <string>
|
||||
|
||||
class ADTFile;
|
||||
|
||||
@@ -23,7 +23,6 @@
|
||||
#include <cstdio>
|
||||
#include <cstdlib>
|
||||
#include <map>
|
||||
#include <utility>
|
||||
#undef min
|
||||
#undef max
|
||||
#include "mpq_libmpq04.h"
|
||||
|
||||
Reference in New Issue
Block a user