eq_packet.cpp & .h header include cleanup

This commit is contained in:
Akkadius
2014-12-15 20:24:38 -06:00
parent 677c6b5750
commit 1a6a50c810
2 changed files with 7 additions and 9 deletions
-5
View File
@@ -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: