diff options
Diffstat (limited to 'application/pages/global/MultiMCPage.cpp')
-rw-r--r-- | application/pages/global/MultiMCPage.cpp | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/application/pages/global/MultiMCPage.cpp b/application/pages/global/MultiMCPage.cpp index 5f56fb89..83c1ccd5 100644 --- a/application/pages/global/MultiMCPage.cpp +++ b/application/pages/global/MultiMCPage.cpp @@ -22,22 +22,9 @@ #include <QTextCharFormat> #include <pathutils.h> - -#include "Platform.h" -#include "dialogs/VersionSelectDialog.h" -#include "dialogs/CustomMessageBox.h" #include <ColumnResizer.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" @@ -456,4 +443,4 @@ void MultiMCPage::refreshFontPreview() workCursor.insertText(tr("[Something/WARN] A not so spooky warning."), format); workCursor.insertBlock(); } -}
\ No newline at end of file +} |