From ba01589c0c10e479434fac1391c1f35f1f9081e6 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 25 Jan 2018 09:16:54 -0700 Subject: [PATCH] mesa: include mtypes.h in varray.h We actually use some of the types from mtypes.h so include it directly instead of relying on indirectly including it via bufferobj.h Reviewed-by: Charmaine Lee --- src/mesa/main/varray.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/mesa/main/varray.h b/src/mesa/main/varray.h index 956553871e3..c27524e3bd7 100644 --- a/src/mesa/main/varray.h +++ b/src/mesa/main/varray.h @@ -28,11 +28,9 @@ #define VARRAY_H -#include "glheader.h" +#include "mtypes.h" #include "bufferobj.h" -struct gl_vertex_array; -struct gl_context; /** * Returns a pointer to the vertex attribute data in a client array, -- 2.30.2