summaryrefslogtreecommitdiffstats
path: root/api/logic/minecraft/legacy/LegacyUpdate.cpp
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2016-04-04 00:33:56 +0200
committerPetr Mrázek <peterix@gmail.com>2016-05-15 22:56:14 +0200
commit12413f722de65fc221d2938cb16173be5b7e95d7 (patch)
tree64edb3a2f506424287a6251068713f02b365201c /api/logic/minecraft/legacy/LegacyUpdate.cpp
parent5aff10d51d3fa6bc52313681b8e754d6b8f19327 (diff)
downloadMultiMC-12413f722de65fc221d2938cb16173be5b7e95d7.tar
MultiMC-12413f722de65fc221d2938cb16173be5b7e95d7.tar.gz
MultiMC-12413f722de65fc221d2938cb16173be5b7e95d7.tar.lz
MultiMC-12413f722de65fc221d2938cb16173be5b7e95d7.tar.xz
MultiMC-12413f722de65fc221d2938cb16173be5b7e95d7.zip
GH-575 separate legacy jar mod list from mod list
Diffstat (limited to 'api/logic/minecraft/legacy/LegacyUpdate.cpp')
-rw-r--r--api/logic/minecraft/legacy/LegacyUpdate.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/logic/minecraft/legacy/LegacyUpdate.cpp b/api/logic/minecraft/legacy/LegacyUpdate.cpp
index 2d7e8dd2..6539b2d3 100644
--- a/api/logic/minecraft/legacy/LegacyUpdate.cpp
+++ b/api/logic/minecraft/legacy/LegacyUpdate.cpp
@@ -24,10 +24,10 @@
#include "MMCZip.h"
#include "LegacyUpdate.h"
+#include "LegacyModList.h"
#include "LwjglVersionList.h"
#include "minecraft/MinecraftVersionList.h"
-#include "minecraft/ModList.h"
#include "LegacyInstance.h"
#include <FileSystem.h>