diff options
author | Petr Mrázek <peterix@gmail.com> | 2014-06-28 17:11:50 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2014-06-28 17:11:50 +0200 |
commit | 1f3a840f3c4023e2023a355a39917f884314c710 (patch) | |
tree | 234874c8c6ff095904bd47c386d7bc3148aa6a9e /gui | |
parent | 56d91fda3a7220c6f8d29289998af43b72e3ad5c (diff) | |
download | PrismLauncher-1f3a840f3c4023e2023a355a39917f884314c710.tar.gz PrismLauncher-1f3a840f3c4023e2023a355a39917f884314c710.tar.bz2 PrismLauncher-1f3a840f3c4023e2023a355a39917f884314c710.zip |
Derp^2!!
Diffstat (limited to 'gui')
-rw-r--r-- | gui/ConsoleWindow.cpp | 1 | ||||
-rw-r--r-- | gui/pages/ScreenshotsPage.cpp | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/gui/ConsoleWindow.cpp b/gui/ConsoleWindow.cpp index d4ce1581..26bd47f8 100644 --- a/gui/ConsoleWindow.cpp +++ b/gui/ConsoleWindow.cpp @@ -27,7 +27,6 @@ #include "logic/net/PasteUpload.h" #include "logic/icons/IconList.h" -#include <logic/screenshots/ScreenshotList.h> ConsoleWindow::ConsoleWindow(MinecraftProcess *mcproc, QWidget *parent) : QMainWindow(parent), ui(new Ui::ConsoleWindow), proc(mcproc) diff --git a/gui/pages/ScreenshotsPage.cpp b/gui/pages/ScreenshotsPage.cpp index 6c3ca7e3..3dc144ca 100644 --- a/gui/pages/ScreenshotsPage.cpp +++ b/gui/pages/ScreenshotsPage.cpp @@ -13,7 +13,6 @@ #include "gui/dialogs/ProgressDialog.h" #include "gui/dialogs/CustomMessageBox.h" -#include "logic/screenshots/ScreenshotList.h" #include "logic/net/NetJob.h" #include "logic/screenshots/ImgurUpload.h" #include "logic/screenshots/ImgurAlbumCreation.h" |