diff options
author | Petr Mrázek <peterix@gmail.com> | 2016-02-27 19:58:40 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2016-02-27 19:58:40 +0100 |
commit | 17ad1e64f824fba6d8f153191effdb2af7d387c8 (patch) | |
tree | 3c0996cab5cff0dcf3807afe08df66dda3a50ec4 /application/MainWindow.cpp | |
parent | 71e4b147ec3b8c5f3e2a004920ffbc0a3b6e18c8 (diff) | |
download | PrismLauncher-17ad1e64f824fba6d8f153191effdb2af7d387c8.tar.gz PrismLauncher-17ad1e64f824fba6d8f153191effdb2af7d387c8.tar.bz2 PrismLauncher-17ad1e64f824fba6d8f153191effdb2af7d387c8.zip |
NOISSUE move files into paths that make more sense
Diffstat (limited to 'application/MainWindow.cpp')
-rw-r--r-- | application/MainWindow.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/application/MainWindow.cpp b/application/MainWindow.cpp index a9d8d1e9..1345835f 100644 --- a/application/MainWindow.cpp +++ b/application/MainWindow.cpp @@ -50,14 +50,12 @@ #include <Env.h> #include <InstanceList.h> #include <MMCZip.h> -#include <auth/flows/AuthenticateTask.h> -#include <auth/flows/RefreshTask.h> #include <icons/IconList.h> #include <java/JavaUtils.h> #include <java/JavaInstallList.h> #include <launch/LaunchTask.h> #include <minecraft/MinecraftVersionList.h> -#include <minecraft/LwjglVersionList.h> +#include <minecraft/legacy/LwjglVersionList.h> #include <minecraft/SkinUtils.h> #include <net/URLConstants.h> #include <net/NetJob.h> |