aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/video_core/hwrasterizer_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/video_core/hwrasterizer_base.h')
-rw-r--r--src/video_core/hwrasterizer_base.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/video_core/hwrasterizer_base.h b/src/video_core/hwrasterizer_base.h
index dec193f8..c8746c60 100644
--- a/src/video_core/hwrasterizer_base.h
+++ b/src/video_core/hwrasterizer_base.h
@@ -4,8 +4,13 @@
#pragma once
-#include "common/emu_window.h"
-#include "video_core/vertex_shader.h"
+#include "common/common_types.h"
+
+namespace Pica {
+namespace VertexShader {
+struct OutputVertex;
+}
+}
class HWRasterizer {
public: