diff options
author | Thomas Groman <tgroman@nuegia.net> | 2018-12-10 00:25:40 -0800 |
---|---|---|
committer | Thomas Groman <tgroman@nuegia.net> | 2018-12-10 00:25:40 -0800 |
commit | ed31fd7be79f85d82ab6b9de57c39d0d58fd51f3 (patch) | |
tree | 013b42e29fad0fe1d90242db285a4b759ef300cc | |
parent | 1019b2a7a605fabeac4d0c375de65c8f9a6168cf (diff) | |
download | MultiMC-ed31fd7be79f85d82ab6b9de57c39d0d58fd51f3.tar MultiMC-ed31fd7be79f85d82ab6b9de57c39d0d58fd51f3.tar.gz MultiMC-ed31fd7be79f85d82ab6b9de57c39d0d58fd51f3.tar.lz MultiMC-ed31fd7be79f85d82ab6b9de57c39d0d58fd51f3.tar.xz MultiMC-ed31fd7be79f85d82ab6b9de57c39d0d58fd51f3.zip |
Removed ganalytics.h include from SetupWizard
-rw-r--r-- | application/setupwizard/SetupWizard.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/application/setupwizard/SetupWizard.cpp b/application/setupwizard/SetupWizard.cpp index c13f15ee..c4b21713 100644 --- a/application/setupwizard/SetupWizard.cpp +++ b/application/setupwizard/SetupWizard.cpp @@ -7,7 +7,6 @@ #include "translations/TranslationsModel.h" #include <MultiMC.h> #include <FileSystem.h> -#include <ganalytics.h> #include <QAbstractButton> |