aboutsummaryrefslogtreecommitdiff
path: root/launcher/MMCZip.h
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2022-01-25 12:53:33 +0100
committerSefa Eyeoglu <contact@scrumplex.net>2022-01-31 21:40:59 +0100
commit0442b80a2c0a7d99fa8b7df5d64c1ddfc676f251 (patch)
tree012f54344013fc0ff9328e7b10c3c5423a67dd2d /launcher/MMCZip.h
parent81c72c2038f35e744e038923105d91add5a0732c (diff)
downloadPrismLauncher-0442b80a2c0a7d99fa8b7df5d64c1ddfc676f251.tar.gz
PrismLauncher-0442b80a2c0a7d99fa8b7df5d64c1ddfc676f251.tar.bz2
PrismLauncher-0442b80a2c0a7d99fa8b7df5d64c1ddfc676f251.zip
refactor: simpler includes for quazip
Diffstat (limited to 'launcher/MMCZip.h')
-rw-r--r--launcher/MMCZip.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/launcher/MMCZip.h b/launcher/MMCZip.h
index 5983aa37..c8e830ab 100644
--- a/launcher/MMCZip.h
+++ b/launcher/MMCZip.h
@@ -19,14 +19,10 @@
#include <QFileInfo>
#include <QSet>
#include "minecraft/mod/Mod.h"
-#include "nonstd/optional"
#include <functional>
-#ifdef QUAZIP_USE_SUBMODULE
#include <quazip/JlCompress.h>
-#else
-#include <QuaZip-Qt5-1.2/quazip/JlCompress.h>
-#endif
+#include <nonstd/optional>
namespace MMCZip
{