diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-01-25 12:53:33 +0100 |
---|---|---|
committer | Sefa Eyeoglu <contact@scrumplex.net> | 2022-01-31 21:40:59 +0100 |
commit | 0442b80a2c0a7d99fa8b7df5d64c1ddfc676f251 (patch) | |
tree | 012f54344013fc0ff9328e7b10c3c5423a67dd2d /launcher/modplatform/atlauncher | |
parent | 81c72c2038f35e744e038923105d91add5a0732c (diff) | |
download | PrismLauncher-0442b80a2c0a7d99fa8b7df5d64c1ddfc676f251.tar.gz PrismLauncher-0442b80a2c0a7d99fa8b7df5d64c1ddfc676f251.tar.bz2 PrismLauncher-0442b80a2c0a7d99fa8b7df5d64c1ddfc676f251.zip |
refactor: simpler includes for quazip
Diffstat (limited to 'launcher/modplatform/atlauncher')
-rw-r--r-- | launcher/modplatform/atlauncher/ATLPackInstallTask.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/launcher/modplatform/atlauncher/ATLPackInstallTask.cpp b/launcher/modplatform/atlauncher/ATLPackInstallTask.cpp index c4f4b96f..8de5fc9f 100644 --- a/launcher/modplatform/atlauncher/ATLPackInstallTask.cpp +++ b/launcher/modplatform/atlauncher/ATLPackInstallTask.cpp @@ -19,11 +19,7 @@ #include <QtConcurrent/QtConcurrent> -#ifdef QUAZIP_USE_SUBMODULE #include <quazip/quazip.h> -#else -#include <QuaZip-Qt5-1.2/quazip/quazip.h> -#endif #include "MMCZip.h" #include "minecraft/OneSixVersionFormat.h" |