diff options
Diffstat (limited to 'source/packets/cPacket_PlayerLook.h')
-rw-r--r-- | source/packets/cPacket_PlayerLook.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/packets/cPacket_PlayerLook.h b/source/packets/cPacket_PlayerLook.h index 1f315a78b..f1be2fb8b 100644 --- a/source/packets/cPacket_PlayerLook.h +++ b/source/packets/cPacket_PlayerLook.h @@ -1,7 +1,7 @@ #pragma once
#include "cPacket.h"
-#include "PacketID.h"
+
class cPlayer;
class cPacket_PlayerLook : public cPacket
|