projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76a08ee
)
vbo: remove unneeded #includes in vbo_context.c
author
Brian Paul
<brianp@vmware.com>
Mon, 15 Jan 2018 21:44:39 +0000
(14:44 -0700)
committer
Brian 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
patch
|
blob
|
history
diff --git
a/src/mesa/vbo/vbo_context.c
b/src/mesa/vbo/vbo_context.c
index 854f0210bfc3d924014eb008a08aceefaa0272de..ed1b6508cdc22523cc8455727c5b3791f37fb8bb 100644
(file)
--- 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"