From: Brian Paul Date: Mon, 15 Jan 2018 21:44:39 +0000 (-0700) Subject: vbo: remove unneeded #includes in vbo_context.c X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=37863c38f3292e5a8c3ff0396fd92113a2a5b4e8;p=mesa.git vbo: remove unneeded #includes in vbo_context.c Reviewed-by: Ian Romanick Reviewed-by: Roland Scheidegger Reviewed-by: Emil Velikov --- diff --git a/src/mesa/vbo/vbo_context.c b/src/mesa/vbo/vbo_context.c index 854f0210bfc..ed1b6508cdc 100644 --- a/src/mesa/vbo/vbo_context.c +++ b/src/mesa/vbo/vbo_context.c @@ -25,9 +25,7 @@ * Keith Whitwell */ -#include "main/imports.h" #include "main/mtypes.h" -#include "main/api_arrayelt.h" #include "main/bufferobj.h" #include "math/m_eval.h" #include "vbo.h"