mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-21 20:56:23 +00:00
refactor(src/server/game/*): remove unused imports (big part 1) (#20310)
This commit is contained in:
@@ -18,10 +18,7 @@
|
||||
#ifndef _LFG_H
|
||||
#define _LFG_H
|
||||
|
||||
#include "Common.h"
|
||||
#include "ObjectDefines.h"
|
||||
#include "ObjectGuid.h"
|
||||
#include "SharedDefines.h"
|
||||
#include "WorldPacket.h"
|
||||
#include <array>
|
||||
#include <map>
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
#define _LFGPLAYERDATA_H
|
||||
|
||||
#include "LFG.h"
|
||||
#include "SharedDefines.h"
|
||||
|
||||
namespace lfg
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user