diff options
Diffstat (limited to 'src/citra_qt/game_list.cpp')
| -rw-r--r-- | src/citra_qt/game_list.cpp | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/src/citra_qt/game_list.cpp b/src/citra_qt/game_list.cpp index 9f9c22a44..16d31be77 100644 --- a/src/citra_qt/game_list.cpp +++ b/src/citra_qt/game_list.cpp | |||
| @@ -2,19 +2,16 @@ | |||
| 2 | // Licensed under GPLv2 or any later version | 2 | // Licensed under GPLv2 or any later version |
| 3 | // Refer to the license.txt file included. | 3 | // Refer to the license.txt file included. |
| 4 | 4 | ||
| 5 | #include "game_list.h" | ||
| 5 | #include <QHeaderView> | 6 | #include <QHeaderView> |
| 6 | #include <QThreadPool> | 7 | #include <QThreadPool> |
| 7 | #include <QVBoxLayout> | 8 | #include <QVBoxLayout> |
| 8 | |||
| 9 | #include "game_list.h" | ||
| 10 | #include "game_list_p.h" | ||
| 11 | #include "ui_settings.h" | ||
| 12 | |||
| 13 | #include "core/loader/loader.h" | ||
| 14 | |||
| 15 | #include "common/common_paths.h" | 9 | #include "common/common_paths.h" |
| 16 | #include "common/logging/log.h" | 10 | #include "common/logging/log.h" |
| 17 | #include "common/string_util.h" | 11 | #include "common/string_util.h" |
| 12 | #include "core/loader/loader.h" | ||
| 13 | #include "game_list_p.h" | ||
| 14 | #include "ui_settings.h" | ||
| 18 | 15 | ||
| 19 | GameList::GameList(QWidget* parent) { | 16 | GameList::GameList(QWidget* parent) { |
| 20 | QVBoxLayout* layout = new QVBoxLayout; | 17 | QVBoxLayout* layout = new QVBoxLayout; |