aboutsummaryrefslogtreecommitdiff
path: root/launcher/minecraft
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2022-04-01 13:14:04 +0200
committerSefa Eyeoglu <contact@scrumplex.net>2022-04-01 13:14:04 +0200
commitc389a711ed31c11f60f5462e46fd3bcf80359c60 (patch)
tree5c5575a312034e9122b75ee7c08a533359e3ae25 /launcher/minecraft
parent64ca96f470efda6ee643e52e80105eff2790c22b (diff)
downloadPrismLauncher-c389a711ed31c11f60f5462e46fd3bcf80359c60.tar.gz
PrismLauncher-c389a711ed31c11f60f5462e46fd3bcf80359c60.tar.bz2
PrismLauncher-c389a711ed31c11f60f5462e46fd3bcf80359c60.zip
fix: remove redundant include
Diffstat (limited to 'launcher/minecraft')
-rw-r--r--launcher/minecraft/World.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/launcher/minecraft/World.h b/launcher/minecraft/World.h
index 62af744a..0f587620 100644
--- a/launcher/minecraft/World.h
+++ b/launcher/minecraft/World.h
@@ -17,7 +17,6 @@
#include <QFileInfo>
#include <QDateTime>
#include <nonstd/optional>
-#include <qfileinfo.h>
struct GameType {
GameType() = default;