summaryrefslogtreecommitdiffstats
path: root/src/mesa
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2018-01-15 14:44:39 -0700
committerBrian Paul <[email protected]>2018-01-17 11:17:56 -0700
commit37863c38f3292e5a8c3ff0396fd92113a2a5b4e8 (patch)
treeba819a99aaeda82d3815c9effb2938a0c0f8d587 /src/mesa
parent76a08eeeec08d5e52d88ccc4bfd594a311643163 (diff)
vbo: remove unneeded #includes in vbo_context.c
Reviewed-by: Ian Romanick <[email protected]> Reviewed-by: Roland Scheidegger <[email protected]> Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/mesa')
-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 <[email protected]>
*/
-#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"