mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-11 07:38:36 +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,13 @@
|
||||
|
||||
#include "packet_functions.h"
|
||||
|
||||
#include "common/global_define.h"
|
||||
#include "common/packet_dump.h"
|
||||
#include "common/platform/inet.h"
|
||||
|
||||
#include "zlib.h"
|
||||
#include <iomanip>
|
||||
#include <iostream>
|
||||
#include <string.h>
|
||||
#ifndef WIN32
|
||||
#include <netinet/in.h>
|
||||
#endif
|
||||
|
||||
void EncryptProfilePacket(EQApplicationPacket* app) {
|
||||
//EncryptProfilePacket(app->pBuffer, app->size);
|
||||
|
||||
Reference in New Issue
Block a user