diff options
author | Brian Paul <[email protected]> | 2018-01-15 14:44:39 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2018-01-17 11:17:56 -0700 |
commit | 37863c38f3292e5a8c3ff0396fd92113a2a5b4e8 (patch) | |
tree | ba819a99aaeda82d3815c9effb2938a0c0f8d587 /src/mesa | |
parent | 76a08eeeec08d5e52d88ccc4bfd594a311643163 (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.c | 2 |
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" |