summaryrefslogtreecommitdiffstats
path: root/src/video_core/query_cache.h
diff options
context:
space:
mode:
authorameerj <52414509+ameerj@users.noreply.github.com>2022-03-18 03:09:01 +0100
committerameerj <52414509+ameerj@users.noreply.github.com>2022-03-18 07:13:02 +0100
commitd618bba8a6a748654559fd9edac09a775aa6f0fa (patch)
tree52542c3a41e7da8719cf3263f598149cd1ca37d6 /src/video_core/query_cache.h
parentMerge pull request #8024 from liamwhite/const-indexing (diff)
downloadyuzu-d618bba8a6a748654559fd9edac09a775aa6f0fa.tar
yuzu-d618bba8a6a748654559fd9edac09a775aa6f0fa.tar.gz
yuzu-d618bba8a6a748654559fd9edac09a775aa6f0fa.tar.bz2
yuzu-d618bba8a6a748654559fd9edac09a775aa6f0fa.tar.lz
yuzu-d618bba8a6a748654559fd9edac09a775aa6f0fa.tar.xz
yuzu-d618bba8a6a748654559fd9edac09a775aa6f0fa.tar.zst
yuzu-d618bba8a6a748654559fd9edac09a775aa6f0fa.zip
Diffstat (limited to '')
-rw-r--r--src/video_core/query_cache.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/video_core/query_cache.h b/src/video_core/query_cache.h
index 392f82eb7..0173b54d8 100644
--- a/src/video_core/query_cache.h
+++ b/src/video_core/query_cache.h
@@ -18,7 +18,6 @@
#include "common/assert.h"
#include "common/settings.h"
-#include "core/core.h"
#include "video_core/engines/maxwell_3d.h"
#include "video_core/gpu.h"
#include "video_core/memory_manager.h"