mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-14 16:03:45 +00:00
refactor(Core): remove unused imports (#9767)
This commit is contained in:
@@ -37,7 +37,6 @@
|
||||
#include "adt.h"
|
||||
#include "wdt.h"
|
||||
|
||||
#include "G3D/Plane.h"
|
||||
#include <fcntl.h>
|
||||
|
||||
#if defined( __GNUC__ )
|
||||
|
||||
@@ -20,7 +20,6 @@
|
||||
#include "Constants.h"
|
||||
#include "DoodadHandler.h"
|
||||
#include "WorldModelHandler.h"
|
||||
#include <limits.h>
|
||||
|
||||
Geometry::Geometry() : Transform(false)
|
||||
{
|
||||
|
||||
@@ -17,8 +17,6 @@
|
||||
|
||||
#include "ObjectDataHandler.h"
|
||||
#include "ADT.h"
|
||||
#include "Chunk.h"
|
||||
#include "ChunkedData.h"
|
||||
|
||||
void ObjectDataHandler::ProcessMapChunk( MapChunk* chunk )
|
||||
{
|
||||
|
||||
@@ -18,7 +18,6 @@
|
||||
#define _CRT_SECURE_NO_DEPRECATE
|
||||
#include <cerrno>
|
||||
#include <cstdio>
|
||||
#include <iostream>
|
||||
#include <list>
|
||||
#include <map>
|
||||
#include <sys/stat.h>
|
||||
|
||||
@@ -22,7 +22,6 @@
|
||||
#include <cassert>
|
||||
#include <cstdio>
|
||||
#include <cstdlib>
|
||||
#include <fstream>
|
||||
#include <map>
|
||||
#include <utility>
|
||||
#undef min
|
||||
|
||||
Reference in New Issue
Block a user