diff options
| author | bunnei <bunneidev@gmail.com> | 2018-09-04 11:51:54 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-04 11:51:54 -0400 |
| commit | 8ec1e168672a0e3798eb45680e0fed59f3775645 (patch) | |
| tree | c7358ce2a72143b4fe1704c889716075cce58f98 /src/yuzu/game_list.cpp | |
| parent | 5a29b358aace5d43fd0208fc390b3198af995174 (diff) | |
| parent | a813c10e1c71318925f2e65f2b0926099485bbc4 (diff) | |
Merge pull request #1235 from lioncash/forward-decl
file_sys: Replace includes with forward declarations where applicable
Diffstat (limited to 'src/yuzu/game_list.cpp')
| -rw-r--r-- | src/yuzu/game_list.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/game_list.cpp b/src/yuzu/game_list.cpp index a3f4d9421..71953cee3 100644 --- a/src/yuzu/game_list.cpp +++ b/src/yuzu/game_list.cpp @@ -13,7 +13,6 @@ #include <QKeyEvent> #include <QMenu> #include <QThreadPool> -#include <boost/container/flat_map.hpp> #include <fmt/format.h> #include "common/common_paths.h" #include "common/common_types.h" @@ -21,6 +20,7 @@ #include "common/logging/log.h" #include "core/file_sys/content_archive.h" #include "core/file_sys/control_metadata.h" +#include "core/file_sys/nca_metadata.h" #include "core/file_sys/registered_cache.h" #include "core/file_sys/romfs.h" #include "core/file_sys/vfs_real.h" |
