diff options
Diffstat (limited to 'api/logic/java/JavaUtils.h')
-rw-r--r-- | api/logic/java/JavaUtils.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/api/logic/java/JavaUtils.h b/api/logic/java/JavaUtils.h index 4418ac26..b43e93cf 100644 --- a/api/logic/java/JavaUtils.h +++ b/api/logic/java/JavaUtils.h @@ -1,4 +1,4 @@ -/* Copyright 2013-2017 MultiMC Contributors +/* Copyright 2013-2018 MultiMC Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -17,7 +17,6 @@ #include <QStringList> -#include "JavaCheckerJob.h" #include "JavaChecker.h" #include "JavaInstallList.h" @@ -27,6 +26,8 @@ #include "multimc_logic_export.h" +QProcessEnvironment CleanEnviroment(); + class MULTIMC_LOGIC_EXPORT JavaUtils : public QObject { Q_OBJECT |