diff options
| author | 2017-06-03 13:18:37 +0200 | |
|---|---|---|
| committer | 2017-06-03 17:43:37 +0200 | |
| commit | b763220decad5bbfe6f870d4002e63b725b723af (patch) | |
| tree | bca67251b795975fd5f86d93a2e218cb9acc658f /src | |
| parent | Merge pull request #2611 from TheKoopaKingdom/missing-file-dialogs (diff) | |
| download | yuzu-b763220decad5bbfe6f870d4002e63b725b723af.tar.gz yuzu-b763220decad5bbfe6f870d4002e63b725b723af.tar.xz yuzu-b763220decad5bbfe6f870d4002e63b725b723af.zip | |
Remove unused imports in game_list_p.h
Diffstat (limited to 'src')
| -rw-r--r-- | src/citra_qt/game_list_p.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/citra_qt/game_list_p.h b/src/citra_qt/game_list_p.h index d1118ff7f..12212a3a4 100644 --- a/src/citra_qt/game_list_p.h +++ b/src/citra_qt/game_list_p.h | |||
| @@ -10,10 +10,8 @@ | |||
| 10 | #include <QStandardItem> | 10 | #include <QStandardItem> |
| 11 | #include <QString> | 11 | #include <QString> |
| 12 | #include "citra_qt/util/util.h" | 12 | #include "citra_qt/util/util.h" |
| 13 | #include "common/color.h" | ||
| 14 | #include "common/string_util.h" | 13 | #include "common/string_util.h" |
| 15 | #include "core/loader/smdh.h" | 14 | #include "core/loader/smdh.h" |
| 16 | #include "video_core/utils.h" | ||
| 17 | 15 | ||
| 18 | /** | 16 | /** |
| 19 | * Gets the game icon from SMDH data. | 17 | * Gets the game icon from SMDH data. |