From b13ed444e0bbe41cd4e67c2c3286a223ae79a237 Mon Sep 17 00:00:00 2001 From: "Dr. Dystopia" Date: Sat, 10 Aug 2024 20:18:01 +0200 Subject: [PATCH] Remove unused includes - WinUpdater --- Source/Core/UpdaterCommon/Platform.h | 7 ------- Source/Core/UpdaterCommon/UpdaterCommon.h | 1 - 2 files changed, 8 deletions(-) diff --git a/Source/Core/UpdaterCommon/Platform.h b/Source/Core/UpdaterCommon/Platform.h index e2580ec694..5f2adc9915 100644 --- a/Source/Core/UpdaterCommon/Platform.h +++ b/Source/Core/UpdaterCommon/Platform.h @@ -3,13 +3,6 @@ #pragma once -#include -#include -#include - -#include "Common/CommonTypes.h" -#include "Common/StringUtil.h" - #include "UpdaterCommon/UpdaterCommon.h" namespace Platform diff --git a/Source/Core/UpdaterCommon/UpdaterCommon.h b/Source/Core/UpdaterCommon/UpdaterCommon.h index a636a0c323..a3da4eebe0 100644 --- a/Source/Core/UpdaterCommon/UpdaterCommon.h +++ b/Source/Core/UpdaterCommon/UpdaterCommon.h @@ -4,7 +4,6 @@ #pragma once #include -#include #include #include #include