mirror of
https://github.com/EQEmu/Server.git
synced 2026-02-20 21:02:26 +00:00
questmgr.cpp & .h include cleanup
This commit is contained in:
parent
87fd99a3e7
commit
c43377100e
@ -22,18 +22,19 @@
|
||||
#include "../common/skills.h"
|
||||
#include "../common/spdat.h"
|
||||
#include "../common/string_util.h"
|
||||
|
||||
#include "entity.h"
|
||||
#include "event_codes.h"
|
||||
#include "guild_mgr.h"
|
||||
#include "net.h"
|
||||
#include "qglobals.h"
|
||||
#include "queryserv.h"
|
||||
#include "questmgr.h"
|
||||
#include "quest_parser_collection.h"
|
||||
#include "questmgr.h"
|
||||
#include "spawn2.h"
|
||||
#include "worldserver.h"
|
||||
#include "zone.h"
|
||||
#include "zonedb.h"
|
||||
|
||||
#include <iostream>
|
||||
#include <limits.h>
|
||||
#include <list>
|
||||
|
||||
@ -21,7 +21,6 @@
|
||||
#include "../common/timer.h"
|
||||
#include "tasks.h"
|
||||
|
||||
#include <string>
|
||||
#include <list>
|
||||
#include <stack>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user