aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/query_cache.h
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2022-03-18 02:45:30 -0400
committerGitHub <noreply@github.com>2022-03-18 02:45:30 -0400
commitfe1182e916287a67649151c40b840ad725140c5e (patch)
tree52542c3a41e7da8719cf3263f598149cd1ca37d6 /src/video_core/query_cache.h
parentcb86e7941b87c28491114c80cf2cd3cafd316c72 (diff)
parentd618bba8a6a748654559fd9edac09a775aa6f0fa (diff)
Merge pull request #8039 from ameerj/core-include
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 @@
#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"