summaryrefslogtreecommitdiff
path: root/src/yuzu/game_list_p.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-08-20 20:36:36 -0400
committerLioncash <mathew1800@gmail.com>2018-08-20 23:28:46 -0400
commit477eee3993fe366bcc4cf937de30259ec359adf0 (patch)
tree44ba7f27febf936fb8e6ca42f04799ef2a27b98a /src/yuzu/game_list_p.h
parent96463d0a55b11f73417941f2c29ca24f08196878 (diff)
service/filesystem: Use forward declarations where applicable
Avoids the need to rebuild multiple source files if the filesystem code headers change. This also gets rid of a few instances of indirect inclusions being relied upon
Diffstat (limited to 'src/yuzu/game_list_p.h')
-rw-r--r--src/yuzu/game_list_p.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/yuzu/game_list_p.h b/src/yuzu/game_list_p.h
index 10c2ef075..c59613769 100644
--- a/src/yuzu/game_list_p.h
+++ b/src/yuzu/game_list_p.h
@@ -6,12 +6,15 @@
#include <array>
#include <atomic>
+#include <map>
+#include <memory>
#include <utility>
#include <QImage>
#include <QRunnable>
#include <QStandardItem>
#include <QString>
#include "common/string_util.h"
+#include "core/file_sys/content_archive.h"
#include "ui_settings.h"
#include "yuzu/util/util.h"