diff options
author | Trial97 <alexandru.tripon97@gmail.com> | 2023-06-18 23:32:17 +0300 |
---|---|---|
committer | Trial97 <alexandru.tripon97@gmail.com> | 2023-06-18 23:32:17 +0300 |
commit | 4e66f55d8426559942d92e61556747528be03cdf (patch) | |
tree | 998ddf0fd5a5325d775736fed59fe0b5ceaee714 | |
parent | 6826f1d6051653bce8f670474d539a348b20e6d9 (diff) | |
download | PrismLauncher-4e66f55d8426559942d92e61556747528be03cdf.tar.gz PrismLauncher-4e66f55d8426559942d92e61556747528be03cdf.tar.bz2 PrismLauncher-4e66f55d8426559942d92e61556747528be03cdf.zip |
Removed extra headers
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
-rw-r--r-- | launcher/modplatform/helpers/HashUtils.h | 1 | ||||
-rw-r--r-- | launcher/ui/pages/modplatform/legacy_ftb/ListModel.cpp | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/launcher/modplatform/helpers/HashUtils.h b/launcher/modplatform/helpers/HashUtils.h index f3b9e030..a541ae8f 100644 --- a/launcher/modplatform/helpers/HashUtils.h +++ b/launcher/modplatform/helpers/HashUtils.h @@ -1,6 +1,5 @@ #pragma once -#include <qtmetamacros.h> #include <QString> #include "modplatform/ModIndex.h" diff --git a/launcher/ui/pages/modplatform/legacy_ftb/ListModel.cpp b/launcher/ui/pages/modplatform/legacy_ftb/ListModel.cpp index a3e29201..330dd4fb 100644 --- a/launcher/ui/pages/modplatform/legacy_ftb/ListModel.cpp +++ b/launcher/ui/pages/modplatform/legacy_ftb/ListModel.cpp @@ -35,7 +35,6 @@ #include "ListModel.h" #include "Application.h" -#include "QObjectPtr.h" #include "net/HttpMetaCache.h" #include "net/NetJob.h" |