diff options
author | Lioncash <mathew1800@gmail.com> | 2020-11-18 01:43:24 +0100 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2020-11-18 01:43:27 +0100 |
commit | 0890451c554973b907dc8febe6e65b499f21ab09 (patch) | |
tree | 876fd5227c82acaa01368891ccc275f98bc886fd /src/common | |
parent | Merge pull request #4929 from lioncash/nodiscard-input (diff) | |
download | yuzu-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 |
Diffstat (limited to '')
-rw-r--r-- | src/common/page_table.h | 4 |
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" |