diff options
author | ameerj <52414509+ameerj@users.noreply.github.com> | 2022-03-19 01:16:04 -0400 |
---|---|---|
committer | ameerj <52414509+ameerj@users.noreply.github.com> | 2022-03-20 02:25:09 -0400 |
commit | 936829e8739a1435ec73702ee58c8ff16c94788a (patch) | |
tree | 00ec94c7982248b05697634afbfa960f38911fc2 /src/yuzu/loading_screen.cpp | |
parent | 9b505758dc078832c8ad182f7a9608d8bb83145c (diff) |
yuzu: Reduce unused includes
Diffstat (limited to 'src/yuzu/loading_screen.cpp')
-rw-r--r-- | src/yuzu/loading_screen.cpp | 7 |
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" |