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 /launcher/modplatform/helpers | |
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>
Diffstat (limited to 'launcher/modplatform/helpers')
-rw-r--r-- | launcher/modplatform/helpers/HashUtils.h | 1 |
1 files changed, 0 insertions, 1 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" |