aboutsummaryrefslogtreecommitdiff
path: root/launcher
diff options
context:
space:
mode:
authorRyan Cao <70191398+ryanccn@users.noreply.github.com>2022-11-20 00:31:58 +0800
committerRyan Cao <70191398+ryanccn@users.noreply.github.com>2022-11-20 00:34:44 +0800
commitd92ae530d7c585eb859d852ba1877230a82d867e (patch)
tree2c9785416cfc36a1b08db9fb52c46d934115aee1 /launcher
parente0e428ce38ff5662089036a6bbf017a3b39f478f (diff)
downloadPrismLauncher-d92ae530d7c585eb859d852ba1877230a82d867e.tar.gz
PrismLauncher-d92ae530d7c585eb859d852ba1877230a82d867e.tar.bz2
PrismLauncher-d92ae530d7c585eb859d852ba1877230a82d867e.zip
fix: stray include
Signed-off-by: Ryan Cao <70191398+ryanccn@users.noreply.github.com>
Diffstat (limited to 'launcher')
-rw-r--r--launcher/Application.cpp1
-rw-r--r--launcher/ui/MainWindow.cpp1
2 files changed, 1 insertions, 1 deletions
diff --git a/launcher/Application.cpp b/launcher/Application.cpp
index 0fbe4ae2..c5594b21 100644
--- a/launcher/Application.cpp
+++ b/launcher/Application.cpp
@@ -96,7 +96,6 @@
#include "net/HttpMetaCache.h"
#include "java/JavaUtils.h"
-#include <minecraft/MinecraftInstance.h>
#include "updater/UpdateChecker.h"
diff --git a/launcher/ui/MainWindow.cpp b/launcher/ui/MainWindow.cpp
index ed61777e..98fd79be 100644
--- a/launcher/ui/MainWindow.cpp
+++ b/launcher/ui/MainWindow.cpp
@@ -71,6 +71,7 @@
#include <BaseInstance.h>
#include <InstanceList.h>
+#include <minecraft/MinecraftInstance.h>
#include <MMCZip.h>
#include <icons/IconList.h>
#include <java/JavaUtils.h>