From 53b9f8d0fd8b7880728444f9a374b70ae9c1d04e Mon Sep 17 00:00:00 2001 From: Akkadius Date: Mon, 15 Dec 2014 19:30:18 -0600 Subject: [PATCH] base_packet.cpp & .h header cleanup --- common/base_packet.cpp | 3 +-- common/base_packet.h | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/common/base_packet.cpp b/common/base_packet.cpp index 44b3643b5..e871ea71f 100644 --- a/common/base_packet.cpp +++ b/common/base_packet.cpp @@ -15,13 +15,12 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ + #include "debug.h" #include "base_packet.h" #include "misc.h" #include "packet_dump.h" - - BasePacket::BasePacket(const unsigned char *buf, uint32 len) { this->pBuffer=nullptr; diff --git a/common/base_packet.h b/common/base_packet.h index 4952e29d2..facd98809 100644 --- a/common/base_packet.h +++ b/common/base_packet.h @@ -21,7 +21,6 @@ #include "types.h" #include #include -#include #ifdef WIN32 #include