mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-03 07:40:10 +00:00
Remove unused imports in game_list_p.h
This commit is contained in:
parent
81449f025a
commit
b763220dec
1 changed files with 0 additions and 2 deletions
|
@ -10,10 +10,8 @@
|
||||||
#include <QStandardItem>
|
#include <QStandardItem>
|
||||||
#include <QString>
|
#include <QString>
|
||||||
#include "citra_qt/util/util.h"
|
#include "citra_qt/util/util.h"
|
||||||
#include "common/color.h"
|
|
||||||
#include "common/string_util.h"
|
#include "common/string_util.h"
|
||||||
#include "core/loader/smdh.h"
|
#include "core/loader/smdh.h"
|
||||||
#include "video_core/utils.h"
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets the game icon from SMDH data.
|
* Gets the game icon from SMDH data.
|
||||||
|
|
Loading…
Reference in a new issue