[Mesa-dev] [PATCH 06/13] i965: Push down inclusion of vbo/vbo.h.
Matt Turner
mattst88 at gmail.com
Mon Nov 23 13:55:35 PST 2015
---
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"
--
2.4.9
More information about the mesa-dev
mailing list