Module: Mesa Branch: master Commit: bac6fe5c77cfe0f6ebe7055773995fb59977757f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bac6fe5c77cfe0f6ebe7055773995fb59977757f
Author: Lionel Landwerlin <[email protected]> Date: Fri Jan 20 10:58:46 2017 +0000 blorp: remove unnecessary struct declaration Signed-off-by: Lionel Landwerlin <[email protected]> Reviewed-by: Jason Ekstrand <[email protected]> --- src/intel/blorp/blorp.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/intel/blorp/blorp.h b/src/intel/blorp/blorp.h index ff60567..e0687e9 100644 --- a/src/intel/blorp/blorp.h +++ b/src/intel/blorp/blorp.h @@ -29,7 +29,6 @@ #include "isl/isl.h" -struct brw_context; struct brw_stage_prog_data; #ifdef __cplusplus _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
