From 577f9ca94c32fe119bd8b6109a1181a890723e3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgars=20C=C4=ABrulis?= Date: Tue, 14 Oct 2025 04:03:02 +0300 Subject: [PATCH] style: remove duplicate #include headers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Edgars Cīrulis --- launcher/Application.cpp | 2 -- launcher/FileSystem.cpp | 2 -- launcher/minecraft/auth/AccountData.h | 1 - launcher/modplatform/legacy_ftb/PackInstallTask.h | 2 -- 4 files changed, 7 deletions(-) diff --git a/launcher/Application.cpp b/launcher/Application.cpp index dbf55f425..547f784e6 100644 --- a/launcher/Application.cpp +++ b/launcher/Application.cpp @@ -108,7 +108,6 @@ #include "icons/IconList.h" #include "net/HttpMetaCache.h" -#include "java/JavaInstallList.h" #include "updater/ExternalUpdater.h" @@ -128,7 +127,6 @@ #include #include -#include #include "SysInfo.h" #ifdef Q_OS_LINUX diff --git a/launcher/FileSystem.cpp b/launcher/FileSystem.cpp index e987fa59a..4557b1c09 100644 --- a/launcher/FileSystem.cpp +++ b/launcher/FileSystem.cpp @@ -59,10 +59,8 @@ #if defined Q_OS_WIN32 #define NOMINMAX #define WIN32_LEAN_AND_MEAN -#include #include #include -#include #include #include #include diff --git a/launcher/minecraft/auth/AccountData.h b/launcher/minecraft/auth/AccountData.h index df7d569da..3b76012cb 100644 --- a/launcher/minecraft/auth/AccountData.h +++ b/launcher/minecraft/auth/AccountData.h @@ -41,7 +41,6 @@ #include #include -#include #include enum class Validity { None, Assumed, Certain }; diff --git a/launcher/modplatform/legacy_ftb/PackInstallTask.h b/launcher/modplatform/legacy_ftb/PackInstallTask.h index 42808a1a2..3459ee902 100644 --- a/launcher/modplatform/legacy_ftb/PackInstallTask.h +++ b/launcher/modplatform/legacy_ftb/PackInstallTask.h @@ -8,8 +8,6 @@ #include "meta/VersionList.h" #include "net/NetJob.h" -#include "net/NetJob.h" - #include namespace LegacyFTB {