diff options
author | Andrew <forkk@forkk.net> | 2013-11-28 22:18:22 -0600 |
---|---|---|
committer | Andrew <forkk@forkk.net> | 2013-11-28 22:18:22 -0600 |
commit | eff38858ef32239cd91044295ce7db3def857339 (patch) | |
tree | 37493a31280ebb713fee2eaddc4663f48be7ff99 /gui/MainWindow.h | |
parent | 0395474a0c3b40d4ef688e5d726a6519b3b2a620 (diff) | |
download | MultiMC-eff38858ef32239cd91044295ce7db3def857339.tar MultiMC-eff38858ef32239cd91044295ce7db3def857339.tar.gz MultiMC-eff38858ef32239cd91044295ce7db3def857339.tar.lz MultiMC-eff38858ef32239cd91044295ce7db3def857339.tar.xz MultiMC-eff38858ef32239cd91044295ce7db3def857339.zip |
Fixed compilation errors.
Yeah... Forgot to recompile everything after deleting those files.
Diffstat (limited to 'gui/MainWindow.h')
-rw-r--r-- | gui/MainWindow.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gui/MainWindow.h b/gui/MainWindow.h index 650fdee2..59cfa3c9 100644 --- a/gui/MainWindow.h +++ b/gui/MainWindow.h @@ -19,7 +19,6 @@ #include <QProcess> #include "logic/lists/InstanceList.h" -#include "logic/net/LoginTask.h" #include "logic/BaseInstance.h" #include "logic/auth/MojangAccount.h" |