From 37863c38f3292e5a8c3ff0396fd92113a2a5b4e8 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 15 Jan 2018 14:44:39 -0700 Subject: [PATCH] vbo: remove unneeded #includes in vbo_context.c Reviewed-by: Ian Romanick Reviewed-by: Roland Scheidegger Reviewed-by: Emil Velikov --- src/mesa/vbo/vbo_context.c | 2 -- 1 file changed, 2 deletions(-) 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" -- 2.30.2