mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 13:16:39 +00:00
eq_packet.cpp & .h header include cleanup
This commit is contained in:
@@ -19,8 +19,6 @@
|
||||
#define _EQPACKET_H
|
||||
|
||||
#include "base_packet.h"
|
||||
#include "eq_stream_type.h"
|
||||
#include "op_codes.h"
|
||||
#include "platform.h"
|
||||
|
||||
#ifdef STATIC_OPCODE
|
||||
@@ -30,9 +28,6 @@
|
||||
#include "emu_opcodes.h"
|
||||
#endif
|
||||
|
||||
class EQStream;
|
||||
class EQStreamPair;
|
||||
|
||||
class EQPacket : public BasePacket {
|
||||
friend class EQStream;
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user