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