[Mesa-dev] [PATCH 04/11] vbo: remove unneeded #includes in vbo_context.c
Brian Paul
brianp at vmware.com
Wed Jan 17 05:17:55 UTC 2018
---
src/mesa/vbo/vbo_context.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/src/mesa/vbo/vbo_context.c b/src/mesa/vbo/vbo_context.c
index 971f298..02989d5 100644
--- a/src/mesa/vbo/vbo_context.c
+++ b/src/mesa/vbo/vbo_context.c
@@ -25,9 +25,7 @@
* Keith Whitwell <keithw at 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"
--
2.7.4
More information about the mesa-dev
mailing list