summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2020-11-18 01:43:24 +0100
committerLioncash <mathew1800@gmail.com>2020-11-18 01:43:27 +0100
commit0890451c554973b907dc8febe6e65b499f21ab09 (patch)
tree876fd5227c82acaa01368891ccc275f98bc886fd
parentMerge pull request #4929 from lioncash/nodiscard-input (diff)
downloadyuzu-0890451c554973b907dc8febe6e65b499f21ab09.tar
yuzu-0890451c554973b907dc8febe6e65b499f21ab09.tar.gz
yuzu-0890451c554973b907dc8febe6e65b499f21ab09.tar.bz2
yuzu-0890451c554973b907dc8febe6e65b499f21ab09.tar.lz
yuzu-0890451c554973b907dc8febe6e65b499f21ab09.tar.xz
yuzu-0890451c554973b907dc8febe6e65b499f21ab09.tar.zst
yuzu-0890451c554973b907dc8febe6e65b499f21ab09.zip
-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 @@
#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"