diff --git a/header.h b/header.h index 17ae298..6bdbccb 100644 --- a/header.h +++ b/header.h @@ -19,8 +19,6 @@ #include #include -#include "bink.h" - #define PK_LENGTH 25 #define NULL_TERMINATOR 1 diff --git a/server.cpp b/server.cpp index e5bd315..02ca751 100644 --- a/server.cpp +++ b/server.cpp @@ -1,4 +1,4 @@ -#include "header.h" +#include "bink.h" void unpack2003(ul32 *osfamily, ul32 *hash, ul32 *sig, ul32 *prefix, ul32 *raw) { diff --git a/xp.cpp b/xp.cpp index ca92e12..7e2fb37 100644 --- a/xp.cpp +++ b/xp.cpp @@ -15,7 +15,7 @@ */ -#include "header.h" +#include "bink.h" /* Unpacks the Windows XP Product Key. */ void unpackXP(ul32 *serial, ul32 *hash, ul32 *sig, ul32 *raw) {