style: remove duplicate #include headers

Signed-off-by: Edgars Cīrulis <e.cirulis@proton.me>
This commit is contained in:
Edgars Cīrulis
2025-10-14 04:03:02 +03:00
parent 6a40ea4e69
commit 577f9ca94c
4 changed files with 0 additions and 7 deletions

View File

@@ -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 <stdlib.h>
#include <sys.h>
#include <QStringLiteral>
#include "SysInfo.h"
#ifdef Q_OS_LINUX

View File

@@ -59,10 +59,8 @@
#if defined Q_OS_WIN32
#define NOMINMAX
#define WIN32_LEAN_AND_MEAN
#include <objbase.h>
#include <objidl.h>
#include <shlguid.h>
#include <shlobj.h>
#include <shobjidl.h>
#include <sys/utime.h>
#include <versionhelpers.h>

View File

@@ -41,7 +41,6 @@
#include <QDateTime>
#include <QMap>
#include <QString>
#include <QVariantMap>
enum class Validity { None, Assumed, Certain };

View File

@@ -8,8 +8,6 @@
#include "meta/VersionList.h"
#include "net/NetJob.h"
#include "net/NetJob.h"
#include <optional>
namespace LegacyFTB {