mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-03 05:49:59 +00:00
core/memory: Remove unnecessary includes
In 93da8e0abf
, the page table construct
was moved to the common library (which utilized these inclusions). Since
the move, nothing requires these headers to be included within the
memory header.
This commit is contained in:
parent
839c0f829b
commit
c221308a66
1 changed files with 0 additions and 3 deletions
|
@ -6,9 +6,6 @@
|
|||
|
||||
#include <cstddef>
|
||||
#include <string>
|
||||
#include <tuple>
|
||||
#include <vector>
|
||||
#include <boost/icl/interval_map.hpp>
|
||||
#include "common/common_types.h"
|
||||
|
||||
namespace Common {
|
||||
|
|
Loading…
Reference in a new issue