diff options
author | Kloen <kloen@outlawkiwi.com> | 2017-06-03 13:18:37 +0200 |
---|---|---|
committer | Kloen <kloen@outlawkiwi.com> | 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 yuzu-b763220decad5bbfe6f870d4002e63b725b723af.tar.gz yuzu-b763220decad5bbfe6f870d4002e63b725b723af.tar.bz2 yuzu-b763220decad5bbfe6f870d4002e63b725b723af.tar.lz yuzu-b763220decad5bbfe6f870d4002e63b725b723af.tar.xz yuzu-b763220decad5bbfe6f870d4002e63b725b723af.tar.zst yuzu-b763220decad5bbfe6f870d4002e63b725b723af.zip |
Diffstat (limited to '')
-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 @@ #include <QStandardItem> #include <QString> #include "citra_qt/util/util.h" -#include "common/color.h" #include "common/string_util.h" #include "core/loader/smdh.h" -#include "video_core/utils.h" /** * Gets the game icon from SMDH data. |