normalize includes: gm commands

This commit is contained in:
brainiac
2025-12-18 01:06:22 -08:00
committed by Alex
parent 2af5f99fff
commit 2bff404d22
293 changed files with 455 additions and 644 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
#include "../../client.h"
#include "common/seperator.h"
#include "zone/client.h"
void FindAA(Client *c, const Seperator *sep)
{
+2 -2
View File
@@ -1,5 +1,5 @@
#include "../../client.h"
#include "../../../common/repositories/account_repository.h"
#include "common/repositories/account_repository.h"
#include "zone/client.h"
void FindAccount(Client *c, const Seperator *sep)
{
+1 -1
View File
@@ -1,4 +1,4 @@
#include "../../client.h"
#include "zone/client.h"
void FindBodyType(Client *c, const Seperator *sep)
{
+2 -2
View File
@@ -1,5 +1,5 @@
#include "../../client.h"
#include "../../../common/repositories/bot_data_repository.h"
#include "common/repositories/bot_data_repository.h"
#include "zone/client.h"
void FindBot(Client *c, const Seperator *sep)
{
+1 -1
View File
@@ -1,4 +1,4 @@
#include "../../client.h"
#include "zone/client.h"
void FindBugCategory(Client *c, const Seperator *sep)
{
+2 -2
View File
@@ -1,5 +1,5 @@
#include "../../client.h"
#include "../../../common/repositories/character_data_repository.h"
#include "common/repositories/character_data_repository.h"
#include "zone/client.h"
void FindCharacter(Client *c, const Seperator *sep)
{
+1 -1
View File
@@ -1,4 +1,4 @@
#include "../../client.h"
#include "zone/client.h"
void FindClass(Client *c, const Seperator *sep)
{
@@ -1,4 +1,4 @@
#include "../../client.h"
#include "zone/client.h"
void FindComparisonType(Client *c, const Seperator *sep)
{
+2 -1
View File
@@ -1,4 +1,5 @@
#include "../../client.h"
#include "zone/client.h"
#include "zone/command.h"
void FindCurrency(Client *c, const Seperator *sep)
{
+1 -1
View File
@@ -1,4 +1,4 @@
#include "../../client.h"
#include "zone/client.h"
void FindDeity(Client *c, const Seperator *sep)
{
+1 -1
View File
@@ -1,4 +1,4 @@
#include "../../client.h"
#include "zone/client.h"
void FindEmote(Client *c, const Seperator *sep)
{
+1 -1
View File
@@ -1,4 +1,4 @@
#include "../../client.h"
#include "zone/client.h"
void FindFaction(Client *c, const Seperator *sep)
{
+2 -2
View File
@@ -1,5 +1,5 @@
#include "../../client.h"
#include "../../../common/repositories/items_repository.h"
#include "zone/client.h"
#include "common/repositories/items_repository.h"
void FindItem(Client *c, const Seperator *sep)
{
+1 -1
View File
@@ -1,4 +1,4 @@
#include "../../client.h"
#include "zone/client.h"
void FindLanguage(Client *c, const Seperator *sep)
{
+1 -1
View File
@@ -1,4 +1,4 @@
#include "../../client.h"
#include "zone/client.h"
void FindLDoNTheme(Client *c, const Seperator *sep)
{
+2 -1
View File
@@ -1,4 +1,5 @@
#include "../../client.h"
#include "zone/client.h"
#include "zone/command.h"
void FindNPCType(Client *c, const Seperator *sep)
{
+2 -2
View File
@@ -1,5 +1,5 @@
#include "../../object.h"
#include "../../client.h"
#include "zone/client.h"
#include "zone/object.h"
void FindObjectType(Client *c, const Seperator *sep)
{
+1 -1
View File
@@ -1,4 +1,4 @@
#include "../../client.h"
#include "zone/client.h"
void FindRace(Client *c, const Seperator *sep)
{
+3 -3
View File
@@ -1,6 +1,6 @@
#include "../../client.h"
#include "../../command.h"
#include "../../../common/repositories/tradeskill_recipe_repository.h"
#include "common/repositories/tradeskill_recipe_repository.h"
#include "zone/client.h"
#include "zone/command.h"
void FindRecipe(Client *c, const Seperator *sep)
{
+1 -1
View File
@@ -1,4 +1,4 @@
#include "../../client.h"
#include "zone/client.h"
void FindSkill(Client *c, const Seperator *sep)
{
@@ -1,4 +1,4 @@
#include "../../client.h"
#include "zone/client.h"
void FindSpecialAbility(Client *c, const Seperator *sep)
{
+1 -1
View File
@@ -1,4 +1,4 @@
#include "../../client.h"
#include "zone/client.h"
uint8 GetCommandStatus(std::string command_name);
+1 -1
View File
@@ -1,4 +1,4 @@
#include "../../client.h"
#include "zone/client.h"
void FindStance(Client *c, const Seperator *sep)
{
+1 -1
View File
@@ -1,4 +1,4 @@
#include "../../client.h"
#include "zone/client.h"
uint8 GetCommandStatus(std::string command_name);
+2 -2
View File
@@ -1,5 +1,5 @@
#include "../../client.h"
#include "../../../common/content/world_content_service.h"
#include "common/content/world_content_service.h"
#include "zone/client.h"
void FindZone(Client* c, const Seperator* sep)
{