mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-24 01:08:21 +00:00
npc.cpp #include cleanup
entity.cpp #include cleanup
This commit is contained in:
+7
-11
@@ -19,7 +19,6 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include <ctype.h>
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
@@ -30,19 +29,16 @@
|
|||||||
#include "../common/unix.h"
|
#include "../common/unix.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "net.h"
|
|
||||||
#include "masterentity.h"
|
|
||||||
#include "worldserver.h"
|
|
||||||
#include "../common/guilds.h"
|
|
||||||
#include "../common/packet_dump.h"
|
|
||||||
#include "../common/packet_functions.h"
|
|
||||||
#include "petitions.h"
|
|
||||||
#include "../common/spdat.h"
|
|
||||||
#include "../common/features.h"
|
#include "../common/features.h"
|
||||||
#include "string_ids.h"
|
#include "../common/guilds.h"
|
||||||
|
#include "../common/spdat.h"
|
||||||
#include "guild_mgr.h"
|
#include "guild_mgr.h"
|
||||||
#include "raids.h"
|
#include "net.h"
|
||||||
|
#include "petitions.h"
|
||||||
#include "quest_parser_collection.h"
|
#include "quest_parser_collection.h"
|
||||||
|
#include "raids.h"
|
||||||
|
#include "string_ids.h"
|
||||||
|
#include "worldserver.h"
|
||||||
|
|
||||||
#ifdef _WINDOWS
|
#ifdef _WINDOWS
|
||||||
#define snprintf _snprintf
|
#define snprintf _snprintf
|
||||||
|
|||||||
+4
-4
@@ -25,10 +25,10 @@
|
|||||||
#include "../common/spdat.h"
|
#include "../common/spdat.h"
|
||||||
#include "../common/string_util.h"
|
#include "../common/string_util.h"
|
||||||
#include "../common/clientversions.h"
|
#include "../common/clientversions.h"
|
||||||
#include "../common/features.h" //
|
#include "../common/features.h"
|
||||||
#include "../common/item.h" //
|
#include "../common/item.h"
|
||||||
#include "../common/item_struct.h" //
|
#include "../common/item_struct.h"
|
||||||
#include "../common/linked_list.h" //
|
#include "../common/linked_list.h"
|
||||||
#include "../common/servertalk.h"
|
#include "../common/servertalk.h"
|
||||||
|
|
||||||
#include "aa.h"
|
#include "aa.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user