mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-03 15:09:57 +00:00
Merge pull request #2746 from Kloen/just-why
Remove unused imports in game_list_p.h
This commit is contained in:
commit
a7ddec88d4
1 changed files with 0 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue