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"