mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-05 07:16:37 +00:00
remove global_define.h and adjust platform header includes
- Remove unused MRMutex - Remove unused generate_key
This commit is contained in:
@@ -18,16 +18,12 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "common/global_define.h"
|
||||
#include "common/platform/platform.h"
|
||||
|
||||
#include <map>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#ifdef __FreeBSD__
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
//I forced this object to become a singleton because it registers its
|
||||
//signal handler for UNIX
|
||||
class ProcLauncher {
|
||||
|
||||
Reference in New Issue
Block a user