summaryrefslogtreecommitdiff
path: root/src/common/page_table.h
diff options
context:
space:
mode:
authorGravatar ameerj2022-03-19 00:23:48 -0400
committerGravatar ameerj2022-03-19 15:01:31 -0400
commit923decae5a5098cb9d254e008ed61fc5e07ced38 (patch)
treeef6ab04916d896d8124b4d8a67494a2fa578a99e /src/common/page_table.h
parentvideo_core: Reduce unused includes (diff)
downloadyuzu-923decae5a5098cb9d254e008ed61fc5e07ced38.tar.gz
yuzu-923decae5a5098cb9d254e008ed61fc5e07ced38.tar.xz
yuzu-923decae5a5098cb9d254e008ed61fc5e07ced38.zip
common: Reduce unused includes
Diffstat (limited to 'src/common/page_table.h')
-rw-r--r--src/common/page_table.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/page_table.h b/src/common/page_table.h
index 82d91e9f3..13f4b44c0 100644
--- a/src/common/page_table.h
+++ b/src/common/page_table.h
@@ -5,7 +5,6 @@
5#pragma once 5#pragma once
6 6
7#include <atomic> 7#include <atomic>
8#include <tuple>
9 8
10#include "common/common_types.h" 9#include "common/common_types.h"
11#include "common/virtual_buffer.h" 10#include "common/virtual_buffer.h"