From 1c665653eacd2565eef64053cc475eee19793d58 Mon Sep 17 00:00:00 2001 From: Akkadius Date: Mon, 15 Dec 2014 22:26:58 -0600 Subject: [PATCH] packet_dump cleanup --- common/packet_dump.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/common/packet_dump.cpp b/common/packet_dump.cpp index 6bb412f6b..3c9dfab4f 100644 --- a/common/packet_dump.cpp +++ b/common/packet_dump.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 "../common/debug.h" + #include #include #include #include "packet_dump.h" -#include "eq_packet.h" #include "../common/servertalk.h" void DumpPacketAscii(const uchar* buf, uint32 size, uint32 cols, uint32 skip) {