aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_gs.h
diff options
context:
space:
mode:
authorMatt Turner <[email protected]>2015-11-22 15:13:31 -0800
committerMatt Turner <[email protected]>2015-11-24 10:05:32 -0800
commitc06f3d5d546b51e586623c8715b3077271b23fd1 (patch)
tree219fb2f26f3d2a9a09b93b9a6d1ceccff7c07ef6 /src/mesa/drivers/dri/i965/brw_gs.h
parente768c498bf3ae4e41e43ae2b28feec0ef7543239 (diff)
i965: Remove unneeded forward declarations.
Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_gs.h')
-rw-r--r--src/mesa/drivers/dri/i965/brw_gs.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_gs.h b/src/mesa/drivers/dri/i965/brw_gs.h
index 9879f3d6464..0c49bb688d4 100644
--- a/src/mesa/drivers/dri/i965/brw_gs.h
+++ b/src/mesa/drivers/dri/i965/brw_gs.h
@@ -33,9 +33,7 @@
extern "C" {
#endif
-struct gl_context;
struct gl_shader_program;
-struct gl_program;
void
brw_upload_gs_prog(struct brw_context *brw);