diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-04-01 13:14:04 +0200 |
---|---|---|
committer | Sefa Eyeoglu <contact@scrumplex.net> | 2022-04-01 13:14:04 +0200 |
commit | c389a711ed31c11f60f5462e46fd3bcf80359c60 (patch) | |
tree | 5c5575a312034e9122b75ee7c08a533359e3ae25 /launcher/minecraft | |
parent | 64ca96f470efda6ee643e52e80105eff2790c22b (diff) | |
download | PrismLauncher-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.h | 1 |
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; |