From 743a50014a4bae97d9745d336e0d393fa54ff6e4 Mon Sep 17 00:00:00 2001 From: Lukas Pioch Date: Mon, 7 Aug 2017 09:08:27 +0200 Subject: Replaced includes with forward declarations --- src/Protocol/Packetizer.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/Protocol/Packetizer.h') diff --git a/src/Protocol/Packetizer.h b/src/Protocol/Packetizer.h index efed9c7a9..26b3a7ec7 100644 --- a/src/Protocol/Packetizer.h +++ b/src/Protocol/Packetizer.h @@ -11,7 +11,10 @@ #pragma once #include "Protocol.h" -#include "../ByteBuffer.h" + + + +class cByteBuffer; -- cgit v1.2.3