mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-24 04:51:30 +00:00
guild.cpp #include cleanup
spell_effects.cpp #include cleanup
This commit is contained in:
parent
9821c7da65
commit
5562030594
@ -15,23 +15,13 @@
|
|||||||
along with this program; if not, write to the Free Software
|
along with this program; if not, write to the Free Software
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
#include "../common/debug.h"
|
|
||||||
#include "masterentity.h"
|
|
||||||
#include "worldserver.h"
|
|
||||||
#include "net.h"
|
|
||||||
#include "../common/database.h"
|
#include "../common/database.h"
|
||||||
#include "../common/spdat.h"
|
|
||||||
#include "../common/packet_dump.h"
|
|
||||||
#include "../common/packet_functions.h"
|
|
||||||
#include "petitions.h"
|
|
||||||
#include "../common/serverinfo.h"
|
|
||||||
#include "../common/zone_numbers.h"
|
|
||||||
#include "../common/moremath.h"
|
|
||||||
#include "../common/guilds.h"
|
#include "../common/guilds.h"
|
||||||
#include "../common/string_util.h"
|
#include "../common/string_util.h"
|
||||||
|
|
||||||
#include "guild_mgr.h"
|
#include "guild_mgr.h"
|
||||||
#include "string_ids.h"
|
#include "worldserver.h"
|
||||||
#include "npc_ai.h"
|
|
||||||
|
|
||||||
extern WorldServer worldserver;
|
extern WorldServer worldserver;
|
||||||
|
|
||||||
|
|||||||
@ -15,26 +15,24 @@
|
|||||||
along with this program; if not, write to the Free Software
|
along with this program; if not, write to the Free Software
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
#include "../common/debug.h"
|
|
||||||
#include "../common/spdat.h"
|
|
||||||
#include "masterentity.h"
|
|
||||||
#include "../common/packet_dump.h"
|
|
||||||
#include "../common/moremath.h"
|
|
||||||
#include "../common/item.h"
|
|
||||||
#include "worldserver.h"
|
|
||||||
#include "../common/skills.h"
|
|
||||||
#include "../common/bodytypes.h"
|
#include "../common/bodytypes.h"
|
||||||
#include "../common/classes.h"
|
#include "../common/classes.h"
|
||||||
|
#include "../common/debug.h"
|
||||||
|
#include "../common/item.h"
|
||||||
#include "../common/rulesys.h"
|
#include "../common/rulesys.h"
|
||||||
|
#include "../common/skills.h"
|
||||||
|
#include "../common/spdat.h"
|
||||||
|
#include "quest_parser_collection.h"
|
||||||
|
#include "string_ids.h"
|
||||||
|
#include "worldserver.h"
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include <assert.h>
|
|
||||||
#ifndef WIN32
|
#ifndef WIN32
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include "../common/unix.h"
|
#include "../common/unix.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "string_ids.h"
|
|
||||||
#include "quest_parser_collection.h"
|
|
||||||
|
|
||||||
extern Zone* zone;
|
extern Zone* zone;
|
||||||
extern volatile bool ZoneLoaded;
|
extern volatile bool ZoneLoaded;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user