vbo: remove unneeded #includes in vbo_context.c
authorBrian Paul <brianp@vmware.com>
Mon, 15 Jan 2018 21:44:39 +0000 (14:44 -0700)
committerBrian Paul <brianp@vmware.com>
Wed, 17 Jan 2018 18:17:56 +0000 (11:17 -0700)
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Roland Scheidegger <sroland@vmware.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
src/mesa/vbo/vbo_context.c

index 854f0210bfc3d924014eb008a08aceefaa0272de..ed1b6508cdc22523cc8455727c5b3791f37fb8bb 100644 (file)
@@ -25,9 +25,7 @@
  *    Keith Whitwell <keithw@vmware.com>
  */
 
-#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"