summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2018-01-15 14:44:39 -0700
committerBrian Paul <brianp@vmware.com>2018-01-17 11:17:56 -0700
commit37863c38f3292e5a8c3ff0396fd92113a2a5b4e8 (patch)
treeba819a99aaeda82d3815c9effb2938a0c0f8d587
parent76a08eeeec08d5e52d88ccc4bfd594a311643163 (diff)
vbo: remove unneeded #includes in vbo_context.c
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Roland Scheidegger <sroland@vmware.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
-rw-r--r--src/mesa/vbo/vbo_context.c2
1 files changed, 0 insertions, 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 <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"