command.cpp #include cleanup

command.h #include cleanup
command.h forward declarations
This commit is contained in:
Akkadius 2014-11-30 20:32:00 -06:00
parent 7198e670ae
commit 1054bfe476
2 changed files with 6 additions and 7 deletions

View File

@ -50,11 +50,16 @@
#include "../common/rulesys.h"
#include "../common/serverinfo.h"
#include "../common/string_util.h"
#include "client_logs.h"
#include "command.h"
#include "guild_mgr.h"
#include "map.h"
#include "pathing.h"
#include "qglobals.h"
#include "queryserv.h"
#include "quest_parser_collection.h"
#include "string_ids.h"
#include "titles.h"
#include "water_map.h"
#include "worldserver.h"
@ -64,11 +69,7 @@ extern WorldServer worldserver;
extern TaskManager *taskmanager;
void CatchSignal(int sig_num);
#include "quest_parser_collection.h"
#include "string_ids.h"
#include "command.h"
#include "qglobals.h"
//struct cl_struct *commandlist; // the actual linked list of commands
int commandcount; // how many commands we have

View File

@ -23,9 +23,7 @@
class Client;
class Seperator;
#include "../common/seperator.h"
#include "../common/eq_stream.h"
#include "client.h"
#include "../common/types.h"
#define COMMAND_CHAR '#'
#define CMDALIASES 5