mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-25 06:36:24 +00:00
refactor(src/server/game/*): remove unused imports (big part 1) (#20310)
This commit is contained in:
@@ -24,7 +24,6 @@
|
||||
#include "Opcodes.h"
|
||||
#include "Player.h"
|
||||
#include "SharedDefines.h"
|
||||
#include "Util.h"
|
||||
#include "World.h"
|
||||
#include "WorldPacket.h"
|
||||
#include "WorldSession.h"
|
||||
|
||||
@@ -18,10 +18,8 @@
|
||||
#ifndef _WARDEN_MAC_H
|
||||
#define _WARDEN_MAC_H
|
||||
|
||||
#include "ARC4.h"
|
||||
#include "ByteBuffer.h"
|
||||
#include "Warden.h"
|
||||
#include <map>
|
||||
|
||||
class WorldSession;
|
||||
class Warden;
|
||||
|
||||
@@ -19,8 +19,6 @@
|
||||
#define _WARDEN_WIN_H
|
||||
|
||||
#include "ByteBuffer.h"
|
||||
#include "Cryptography/ARC4.h"
|
||||
#include "Cryptography/BigNumber.h"
|
||||
#include "Warden.h"
|
||||
#include <list>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user