summaryrefslogtreecommitdiff
path: root/src/video_core/fence_manager.h
diff options
context:
space:
mode:
authorGravatar ameerj2022-03-17 22:09:01 -0400
committerGravatar ameerj2022-03-18 02:13:02 -0400
commitd618bba8a6a748654559fd9edac09a775aa6f0fa (patch)
tree52542c3a41e7da8719cf3263f598149cd1ca37d6 /src/video_core/fence_manager.h
parentMerge pull request #8024 from liamwhite/const-indexing (diff)
downloadyuzu-d618bba8a6a748654559fd9edac09a775aa6f0fa.tar.gz
yuzu-d618bba8a6a748654559fd9edac09a775aa6f0fa.tar.xz
yuzu-d618bba8a6a748654559fd9edac09a775aa6f0fa.zip
general: Reduce core.h includes
Diffstat (limited to 'src/video_core/fence_manager.h')
-rw-r--r--src/video_core/fence_manager.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/video_core/fence_manager.h b/src/video_core/fence_manager.h
index 34dc6c596..f80d62c80 100644
--- a/src/video_core/fence_manager.h
+++ b/src/video_core/fence_manager.h
@@ -8,8 +8,6 @@
8#include <queue> 8#include <queue>
9 9
10#include "common/common_types.h" 10#include "common/common_types.h"
11#include "common/settings.h"
12#include "core/core.h"
13#include "video_core/delayed_destruction_ring.h" 11#include "video_core/delayed_destruction_ring.h"
14#include "video_core/gpu.h" 12#include "video_core/gpu.h"
15#include "video_core/memory_manager.h" 13#include "video_core/memory_manager.h"