summaryrefslogtreecommitdiff
path: root/src/video_core/shader_notify.h
diff options
context:
space:
mode:
authorGravatar ameerj2022-03-19 00:06:57 -0400
committerGravatar ameerj2022-03-19 15:01:31 -0400
commit1bc7d61b5749ed29108cbbbf0a78a41b79504eff (patch)
tree25b0362101d8f7fc6deeed1bb989d3f33258cee5 /src/video_core/shader_notify.h
parentcommon: Reduce unused includes (diff)
downloadyuzu-1bc7d61b5749ed29108cbbbf0a78a41b79504eff.tar.gz
yuzu-1bc7d61b5749ed29108cbbbf0a78a41b79504eff.tar.xz
yuzu-1bc7d61b5749ed29108cbbbf0a78a41b79504eff.zip
video_core: Reduce unused includes
Diffstat (limited to 'src/video_core/shader_notify.h')
-rw-r--r--src/video_core/shader_notify.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/video_core/shader_notify.h b/src/video_core/shader_notify.h
index 4d8d52071..538cda28a 100644
--- a/src/video_core/shader_notify.h
+++ b/src/video_core/shader_notify.h
@@ -6,7 +6,6 @@
6 6
7#include <atomic> 7#include <atomic>
8#include <chrono> 8#include <chrono>
9#include <optional>
10 9
11namespace VideoCore { 10namespace VideoCore {
12class ShaderNotify { 11class ShaderNotify {