summaryrefslogtreecommitdiffstats
path: root/src/yuzu/loading_screen.cpp
diff options
context:
space:
mode:
authorameerj <52414509+ameerj@users.noreply.github.com>2022-03-19 06:16:04 +0100
committerameerj <52414509+ameerj@users.noreply.github.com>2022-03-20 07:25:09 +0100
commit936829e8739a1435ec73702ee58c8ff16c94788a (patch)
tree00ec94c7982248b05697634afbfa960f38911fc2 /src/yuzu/loading_screen.cpp
parentweb_service: Reduce unused includes (diff)
downloadyuzu-936829e8739a1435ec73702ee58c8ff16c94788a.tar
yuzu-936829e8739a1435ec73702ee58c8ff16c94788a.tar.gz
yuzu-936829e8739a1435ec73702ee58c8ff16c94788a.tar.bz2
yuzu-936829e8739a1435ec73702ee58c8ff16c94788a.tar.lz
yuzu-936829e8739a1435ec73702ee58c8ff16c94788a.tar.xz
yuzu-936829e8739a1435ec73702ee58c8ff16c94788a.tar.zst
yuzu-936829e8739a1435ec73702ee58c8ff16c94788a.zip
Diffstat (limited to 'src/yuzu/loading_screen.cpp')
-rw-r--r--src/yuzu/loading_screen.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/yuzu/loading_screen.cpp b/src/yuzu/loading_screen.cpp
index b001b8c23..cd2148deb 100644
--- a/src/yuzu/loading_screen.cpp
+++ b/src/yuzu/loading_screen.cpp
@@ -6,19 +6,12 @@
#include <QBuffer>
#include <QByteArray>
#include <QGraphicsOpacityEffect>
-#include <QHBoxLayout>
#include <QIODevice>
#include <QImage>
-#include <QLabel>
#include <QPainter>
-#include <QPalette>
#include <QPixmap>
-#include <QProgressBar>
#include <QPropertyAnimation>
#include <QStyleOption>
-#include <QTime>
-#include <QtConcurrent/QtConcurrentRun>
-#include "common/logging/log.h"
#include "core/frontend/framebuffer_layout.h"
#include "core/loader/loader.h"
#include "ui_loading_screen.h"