refactor(src/server/game/*): remove unused imports (big part 1) (#20310)

This commit is contained in:
Francesco Borzì
2024-10-27 10:25:40 +01:00
committed by GitHub
parent 2c344fc127
commit cb7e28df05
50 changed files with 26 additions and 39 deletions

View File

@@ -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>

View File

@@ -19,6 +19,7 @@
#define _LFGPLAYERDATA_H
#include "LFG.h"
#include "SharedDefines.h"
namespace lfg
{