Module: Mesa Branch: master Commit: fb86f0e75ade89535f8603754c8e24e415d7c52b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fb86f0e75ade89535f8603754c8e24e415d7c52b
Author: Matt Turner <[email protected]> Date: Sun Nov 22 15:35:07 2015 -0800 i965: Push down inclusion of vbo/vbo.h. Reviewed-by: Ian Romanick <[email protected]> --- src/mesa/drivers/dri/i965/brw_draw.h | 1 - src/mesa/drivers/dri/i965/brw_primitive_restart.c | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/drivers/dri/i965/brw_draw.h b/src/mesa/drivers/dri/i965/brw_draw.h index 695973b..23d98ef 100644 --- a/src/mesa/drivers/dri/i965/brw_draw.h +++ b/src/mesa/drivers/dri/i965/brw_draw.h @@ -27,7 +27,6 @@ #define BRW_DRAW_H #include "main/mtypes.h" /* for struct gl_context... */ -#include "vbo/vbo.h" struct brw_context; diff --git a/src/mesa/drivers/dri/i965/brw_primitive_restart.c b/src/mesa/drivers/dri/i965/brw_primitive_restart.c index c8d9002..0c3db6b 100644 --- a/src/mesa/drivers/dri/i965/brw_primitive_restart.c +++ b/src/mesa/drivers/dri/i965/brw_primitive_restart.c @@ -28,6 +28,7 @@ #include "main/imports.h" #include "main/bufferobj.h" #include "main/varray.h" +#include "vbo/vbo.h" #include "brw_context.h" #include "brw_defines.h" _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
