diff options
author | Petr Mrázek <peterix@gmail.com> | 2015-05-04 01:20:48 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2015-05-04 01:20:48 +0200 |
commit | 1b884d0a9dc28d8bca38fe8756482d991d0ea850 (patch) | |
tree | fabe4350a3d64123ad0801fe7c285c2150f9562b /application/pages/global/MinecraftPage.cpp | |
parent | 8e9d5f56b592fd0dd0f54e747a835391a775120d (diff) | |
download | MultiMC-1b884d0a9dc28d8bca38fe8756482d991d0ea850.tar MultiMC-1b884d0a9dc28d8bca38fe8756482d991d0ea850.tar.gz MultiMC-1b884d0a9dc28d8bca38fe8756482d991d0ea850.tar.lz MultiMC-1b884d0a9dc28d8bca38fe8756482d991d0ea850.tar.xz MultiMC-1b884d0a9dc28d8bca38fe8756482d991d0ea850.zip |
GH-907 improve Java testing and PermGen deprecation handling
Diffstat (limited to 'application/pages/global/MinecraftPage.cpp')
-rw-r--r-- | application/pages/global/MinecraftPage.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/application/pages/global/MinecraftPage.cpp b/application/pages/global/MinecraftPage.cpp index f5e7e57f..d1f1fb08 100644 --- a/application/pages/global/MinecraftPage.cpp +++ b/application/pages/global/MinecraftPage.cpp @@ -23,18 +23,6 @@ #include <pathutils.h> #include "Platform.h" -#include "dialogs/VersionSelectDialog.h" -#include "dialogs/CustomMessageBox.h" - -#include "NagUtils.h" - -#include "java/JavaUtils.h" -#include "java/JavaVersionList.h" -#include "java/JavaChecker.h" - -#include "updater/UpdateChecker.h" - -#include "tools/BaseProfiler.h" #include "settings/SettingsObject.h" #include "MultiMC.h" |