From 5f5e9de4747c6519f76f201d6f317b9e37476b6c Mon Sep 17 00:00:00 2001 From: Jordon Brooks Date: Thu, 16 May 2024 14:36:57 +0100 Subject: [PATCH] Fixed incorrect windows include on Linux systems --- HarmonyLinkLib/include/Version.h.in | 4 ---- 1 file changed, 4 deletions(-) diff --git a/HarmonyLinkLib/include/Version.h.in b/HarmonyLinkLib/include/Version.h.in index 0802c01..08881c5 100644 --- a/HarmonyLinkLib/include/Version.h.in +++ b/HarmonyLinkLib/include/Version.h.in @@ -23,7 +23,3 @@ #define GIT_BRANCH_NAME "@GIT_BRANCH_NAME@" #define GIT_COMMIT_TIMESTAMP "@GIT_COMMIT_TIMESTAMP@" - - -#include -#include