mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 09:06:46 +00:00
remove global_define.h and adjust platform header includes
- Remove unused MRMutex - Remove unused generate_key
This commit is contained in:
@@ -19,7 +19,6 @@
|
||||
#include "common/crash.h"
|
||||
#include "common/eqemu_config.h"
|
||||
#include "common/eqemu_logsys.h"
|
||||
#include "common/global_define.h"
|
||||
#include "common/path_manager.h"
|
||||
#include "common/platform.h"
|
||||
#include "common/proc_launcher.h"
|
||||
@@ -28,11 +27,10 @@
|
||||
#include "eqlaunch/worldserver.h"
|
||||
#include "eqlaunch/zone_launch.h"
|
||||
|
||||
#include <vector>
|
||||
#include <csignal>
|
||||
#include <ctime>
|
||||
#include <map>
|
||||
#include <set>
|
||||
#include <signal.h>
|
||||
#include <time.h>
|
||||
|
||||
bool RunLoops = false;
|
||||
|
||||
|
||||
@@ -20,7 +20,6 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
|
||||
#include "common/eqemu_config.h"
|
||||
#include "common/eqemu_logsys.h"
|
||||
#include "common/global_define.h"
|
||||
#include "common/servertalk.h"
|
||||
#include "common/strings.h"
|
||||
#include "eqlaunch/zone_launch.h"
|
||||
|
||||
@@ -20,7 +20,6 @@
|
||||
|
||||
#include "common/eqemu_config.h"
|
||||
#include "common/eqemu_logsys.h"
|
||||
#include "common/global_define.h"
|
||||
#include "eqlaunch/worldserver.h"
|
||||
|
||||
//static const uint32 ZONE_RESTART_DELAY = 10000;
|
||||
|
||||
Reference in New Issue
Block a user