Core: Cleanup file_sys includes.
This commit is contained in:
parent
aea15f5c73
commit
e5fcabdd69
22 changed files with 73 additions and 38 deletions
|
@ -5,6 +5,8 @@
|
|||
#pragma once
|
||||
|
||||
#include <bitset>
|
||||
#include <cstddef>
|
||||
#include <string>
|
||||
|
||||
#include <boost/container/static_vector.hpp>
|
||||
|
||||
|
@ -12,7 +14,6 @@
|
|||
#include "common/common_types.h"
|
||||
|
||||
#include "core/hle/kernel/kernel.h"
|
||||
#include "core/hle/result.h"
|
||||
|
||||
namespace Kernel {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue