summaryrefslogtreecommitdiffstats
path: root/src/video_core/fence_manager.h
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2022-03-18 07:45:30 +0100
committerGitHub <noreply@github.com>2022-03-18 07:45:30 +0100
commitfe1182e916287a67649151c40b840ad725140c5e (patch)
tree52542c3a41e7da8719cf3263f598149cd1ca37d6 /src/video_core/fence_manager.h
parentMerge pull request #8024 from liamwhite/const-indexing (diff)
parentgeneral: Reduce core.h includes (diff)
downloadyuzu-fe1182e916287a67649151c40b840ad725140c5e.tar
yuzu-fe1182e916287a67649151c40b840ad725140c5e.tar.gz
yuzu-fe1182e916287a67649151c40b840ad725140c5e.tar.bz2
yuzu-fe1182e916287a67649151c40b840ad725140c5e.tar.lz
yuzu-fe1182e916287a67649151c40b840ad725140c5e.tar.xz
yuzu-fe1182e916287a67649151c40b840ad725140c5e.tar.zst
yuzu-fe1182e916287a67649151c40b840ad725140c5e.zip
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 @@
#include <queue>
#include "common/common_types.h"
-#include "common/settings.h"
-#include "core/core.h"
#include "video_core/delayed_destruction_ring.h"
#include "video_core/gpu.h"
#include "video_core/memory_manager.h"