mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-02 11:10:26 +00:00
remove global_define.h and adjust platform header includes
- Remove unused MRMutex - Remove unused generate_key
This commit is contained in:
+1
-10
@@ -18,20 +18,11 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "common/platform/inet.h"
|
||||
#include "common/serialize_buffer.h"
|
||||
#include "common/types.h"
|
||||
|
||||
#include <cstdio>
|
||||
#include <cstring>
|
||||
|
||||
#ifdef _WINDOWS
|
||||
#include <time.h>
|
||||
#include <winsock2.h>
|
||||
#include <windows.h>
|
||||
#else
|
||||
#include <sys/time.h>
|
||||
#include <netinet/in.h>
|
||||
#endif
|
||||
|
||||
class BasePacket {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user