Mesa (master): i965: Push down inclusion of vbo/vbo.h.

Matt Turner mattst88 at kemper.freedesktop.org
Tue Nov 24 18:04:18 UTC 2015


Module: Mesa
Branch: master
Commit: fb86f0e75ade89535f8603754c8e24e415d7c52b
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=fb86f0e75ade89535f8603754c8e24e415d7c52b

Author: Matt Turner <mattst88 at gmail.com>
Date:   Sun Nov 22 15:35:07 2015 -0800

i965: Push down inclusion of vbo/vbo.h.

Reviewed-by: Ian Romanick <ian.d.romanick at intel.com>

---

 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"




More information about the mesa-commit mailing list