From 88619134bc09bd3534f8606486ed99a9ef94d4a4 Mon Sep 17 00:00:00 2001 From: Andrew Date: Thu, 1 Jun 2023 18:32:46 +0300 Subject: [PATCH] Quick fix - must fix script to compose project correctly --- header.h | 2 -- server.cpp | 2 +- xp.cpp | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) 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) {