Mesa (master): vbo: Remove unused includes to vbo_private.h

Mathias Fröhlich frohlich at kemper.freedesktop.org
Sat Mar 31 04:35:44 UTC 2018


Module: Mesa
Branch: master
Commit: 3f1cd957d30ed77d8d18f37885de921247f5377d
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3f1cd957d30ed77d8d18f37885de921247f5377d

Author: Mathias Fröhlich <mathias.froehlich at web.de>
Date:   Sun Mar 25 19:16:54 2018 +0200

vbo: Remove unused includes to vbo_private.h

Reviewed-by: Brian Paul <brianp at vmware.com>
Signed-off-by: Mathias Fröhlich <Mathias.Froehlich at web.de>

---

 src/mesa/vbo/vbo_exec_array.c        | 2 --
 src/mesa/vbo/vbo_primitive_restart.c | 1 -
 2 files changed, 3 deletions(-)

diff --git a/src/mesa/vbo/vbo_exec_array.c b/src/mesa/vbo/vbo_exec_array.c
index 51fd434dc4..b3ce138a09 100644
--- a/src/mesa/vbo/vbo_exec_array.c
+++ b/src/mesa/vbo/vbo_exec_array.c
@@ -39,8 +39,6 @@
 #include "main/macros.h"
 #include "main/transformfeedback.h"
 
-#include "vbo_private.h"
-
 
 /**
  * Check that element 'j' of the array has reasonable data.
diff --git a/src/mesa/vbo/vbo_primitive_restart.c b/src/mesa/vbo/vbo_primitive_restart.c
index 699b566dca..f170347fbe 100644
--- a/src/mesa/vbo/vbo_primitive_restart.c
+++ b/src/mesa/vbo/vbo_primitive_restart.c
@@ -33,7 +33,6 @@
 #include "main/varray.h"
 
 #include "vbo.h"
-#include "vbo_private.h"
 
 
 #define UPDATE_MIN2(a, b) (a) = MIN2((a), (b))




More information about the mesa-commit mailing list