refactor(Scripts): remove useless includes (#18004)

This commit is contained in:
IntelligentQuantum
2023-12-22 21:11:28 +03:30
committed by GitHub
parent 03d06da87b
commit 016bb86d3b
12 changed files with 0 additions and 14 deletions

View File

@@ -19,7 +19,6 @@
#include "CommandScript.h"
#include "DatabaseEnv.h"
#include "Item.h"
#include "Language.h"
#include "Mail.h"
#include "ObjectMgr.h"
#include "Pet.h"

View File

@@ -24,10 +24,8 @@
#include "Chat.h"
#include "CommandScript.h"
#include "Config.h"
#include "GameTime.h"
#include "GitRevision.h"
#include "Language.h"
#include "ModuleMgr.h"
#include "MotdMgr.h"
#include "MySQLThreading.h"

View File

@@ -21,7 +21,6 @@
#include "Chat.h"
#include "CommandScript.h"
#include "Player.h"
#include "World.h"
using namespace Acore::ChatCommands;

View File

@@ -27,7 +27,6 @@ EndScriptData */
#include "DBCStores.h"
#include "DatabaseEnv.h"
#include "Group.h"
#include "Language.h"
#include "MapMgr.h"
#include "ObjectMgr.h"
#include "Player.h"

View File

@@ -26,7 +26,6 @@ EndScriptData */
#include "Chat.h"
#include "CommandScript.h"
#include "ObjectMgr.h"
#include "Opcodes.h"
#include "Player.h"
#include "Realm.h"
#include "TicketMgr.h"

View File

@@ -25,7 +25,6 @@ EndScriptData */
#include "Chat.h"
#include "CommandScript.h"
#include "DBCStores.h"
#include "Language.h"
#include "Player.h"
using namespace Acore::ChatCommands;

View File

@@ -24,7 +24,6 @@ EndScriptData */
#include "Chat.h"
#include "CommandScript.h"
#include "Language.h"
#include "ObjectMgr.h"
#include "Player.h"
#include "WaypointMgr.h"

View File

@@ -17,7 +17,6 @@
#include "OutdoorPvPZM.h"
#include "Creature.h"
#include "CreatureScript.h"
#include "GameGraveyard.h"
#include "ObjectAccessor.h"
#include "ObjectMgr.h"

View File

@@ -17,7 +17,6 @@
#include "Battleground.h"
#include "CreatureScript.h"
#include "GameTime.h"
#include "ObjectMgr.h"
#include "Pet.h"
#include "Player.h"

View File

@@ -15,7 +15,6 @@
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "CreatureScript.h"
#include "Group.h"
#include "Player.h"
#include "SpellAuraEffects.h"