From ed3884fd38c26185522248994c79c9525b8892ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sun, 10 Apr 2016 17:43:41 +0200 Subject: NOISSUE move Java and Minecraft launch tasks to the proper places Minecraft and Java are not generic. --- api/logic/minecraft/legacy/LegacyInstance.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'api/logic/minecraft/legacy/LegacyInstance.cpp') diff --git a/api/logic/minecraft/legacy/LegacyInstance.cpp b/api/logic/minecraft/legacy/LegacyInstance.cpp index f8264f20..c64bcb09 100644 --- a/api/logic/minecraft/legacy/LegacyInstance.cpp +++ b/api/logic/minecraft/legacy/LegacyInstance.cpp @@ -21,13 +21,13 @@ #include "minecraft/legacy/LegacyUpdate.h" #include "launch/LaunchTask.h" -#include #include -#include #include #include #include -#include +#include "minecraft/launch/LaunchMinecraft.h" +#include "minecraft/launch/ModMinecraftJar.h" +#include "java/launch/CheckJava.h" #include "minecraft/ModList.h" #include "minecraft/WorldList.h" #include -- cgit v1.2.3