From a55b2ca5577543f85342fe49b12626447a158641 Mon Sep 17 00:00:00 2001 From: Akkadius Date: Mon, 15 Dec 2014 22:45:37 -0600 Subject: [PATCH] spdat.cpp header include cleanup --- common/spdat.cpp | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/common/spdat.cpp b/common/spdat.cpp index 3f8ae4849..8bceec249 100644 --- a/common/spdat.cpp +++ b/common/spdat.cpp @@ -70,15 +70,12 @@ */ -#include "debug.h" -#include "spdat.h" -#include "packet_dump.h" -#include "moremath.h" -#include "item.h" -#include "skills.h" -#include "bodytypes.h" +#include "../common/logsys.h" +#include "../common/logtypes.h" + #include "classes.h" -#include +#include "spdat.h" + #ifndef WIN32 #include #include "unix.h"