From 17ad1e64f824fba6d8f153191effdb2af7d387c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sat, 27 Feb 2016 19:58:40 +0100 Subject: NOISSUE move files into paths that make more sense --- application/MultiMC.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'application/MultiMC.cpp') diff --git a/application/MultiMC.cpp b/application/MultiMC.cpp index d5779321..63a3b40b 100644 --- a/application/MultiMC.cpp +++ b/application/MultiMC.cpp @@ -20,13 +20,13 @@ #include #include "InstanceList.h" -#include "auth/MojangAccountList.h" +#include #include "icons/IconList.h" -#include "minecraft/LwjglVersionList.h" +//FIXME: get rid of this +#include "minecraft/legacy/LwjglVersionList.h" #include "minecraft/MinecraftVersionList.h" -#include "liteloader/LiteLoaderVersionList.h" - -#include "forge/ForgeVersionList.h" +#include "minecraft/liteloader/LiteLoaderVersionList.h" +#include "minecraft/forge/ForgeVersionList.h" #include "net/HttpMetaCache.h" #include "net/URLConstants.h" @@ -49,7 +49,7 @@ #include "handlers/IconResourceHandler.h" #include "handlers/WebResourceHandler.h" -#include "ftb/FTBPlugin.h" +#include "minecraft/ftb/FTBPlugin.h" #include #include -- cgit v1.2.3