summaryrefslogtreecommitdiff
path: root/src/video_core/shader
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2015-09-10 23:59:41 -0400
committerLioncash <mathew1800@gmail.com>2015-09-11 00:10:03 -0400
commit1fa772393bfdea75af4d76f82fa324bae3e9ed3c (patch)
treeb4617c1a7d1d1aa221d762f99aaa581e4c1453f5 /src/video_core/shader
parentabc34ddb88a43ae0f764536b720c58677ca16a48 (diff)
video_core: Remove unnecessary includes from headers
Diffstat (limited to 'src/video_core/shader')
-rw-r--r--src/video_core/shader/shader_interpreter.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/video_core/shader/shader_interpreter.h b/src/video_core/shader/shader_interpreter.h
index 71bcad5ac..791467252 100644
--- a/src/video_core/shader/shader_interpreter.h
+++ b/src/video_core/shader/shader_interpreter.h
@@ -4,8 +4,6 @@
#pragma once
-#include "video_core/pica.h"
-
#include "shader.h"
namespace Pica {