summaryrefslogtreecommitdiff
path: root/src/video_core/query_cache.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/query_cache.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/query_cache.h')
-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 @@
18 18
19#include "common/assert.h" 19#include "common/assert.h"
20#include "common/settings.h" 20#include "common/settings.h"
21#include "core/core.h"
22#include "video_core/engines/maxwell_3d.h" 21#include "video_core/engines/maxwell_3d.h"
23#include "video_core/gpu.h" 22#include "video_core/gpu.h"
24#include "video_core/memory_manager.h" 23#include "video_core/memory_manager.h"