i965: Push down inclusion of vbo/vbo.h.
authorMatt Turner <mattst88@gmail.com>
Sun, 22 Nov 2015 23:35:07 +0000 (15:35 -0800)
committerMatt Turner <mattst88@gmail.com>
Tue, 24 Nov 2015 18:05:33 +0000 (10:05 -0800)
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/mesa/drivers/dri/i965/brw_draw.h
src/mesa/drivers/dri/i965/brw_primitive_restart.c

index 695973b5beccdf11fd0dc44474a9673296646bbd..23d98ef8b4b77087a032ed9e07224ef6a1355013 100644 (file)
@@ -27,7 +27,6 @@
 #define BRW_DRAW_H
 
 #include "main/mtypes.h"               /* for struct gl_context... */
-#include "vbo/vbo.h"
 
 struct brw_context;
 
index c8d90027ea0f7fcf6655d57a963f90dfaa8c8614..0c3db6b0711c209e8312fa4c18df032ff31860be 100644 (file)
@@ -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"