mirror of
https://git.h3cjp.net/H3cJP/yuzu.git
synced 2024-11-15 22:22:49 +00:00
page_table: Remove unnecessary header inclusions
Prevents indirect inclusions for these headers.
This commit is contained in:
parent
8ace3959a5
commit
0890451c55
|
@ -4,10 +4,6 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include <boost/icl/interval_map.hpp>
|
||||
|
||||
#include "common/common_types.h"
|
||||
#include "common/memory_hook.h"
|
||||
#include "common/virtual_buffer.h"
|
||||
|
|
Loading…
Reference in a new issue