mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 21:26:23 +00:00
refactor(src/tools): remove unused imports (#20487)
This commit is contained in:
@@ -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