summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Lioncash2020-11-17 19:43:24 -0500
committerGravatar Lioncash2020-11-17 19:43:27 -0500
commit0890451c554973b907dc8febe6e65b499f21ab09 (patch)
tree876fd5227c82acaa01368891ccc275f98bc886fd
parentMerge pull request #4929 from lioncash/nodiscard-input (diff)
downloadyuzu-0890451c554973b907dc8febe6e65b499f21ab09.tar.gz
yuzu-0890451c554973b907dc8febe6e65b499f21ab09.tar.xz
yuzu-0890451c554973b907dc8febe6e65b499f21ab09.zip
page_table: Remove unnecessary header inclusions
Prevents indirect inclusions for these headers.
Diffstat (limited to '')
-rw-r--r--src/common/page_table.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/common/page_table.h b/src/common/page_table.h
index cf5eed780..9908947ac 100644
--- a/src/common/page_table.h
+++ b/src/common/page_table.h
@@ -4,10 +4,6 @@
4 4
5#pragma once 5#pragma once
6 6
7#include <vector>
8
9#include <boost/icl/interval_map.hpp>
10
11#include "common/common_types.h" 7#include "common/common_types.h"
12#include "common/memory_hook.h" 8#include "common/memory_hook.h"
13#include "common/virtual_buffer.h" 9#include "common/virtual_buffer.h"