summaryrefslogtreecommitdiffstats
path: root/src/mesa/vbo
diff options
context:
space:
mode:
authorMathias Fröhlich <[email protected]>2018-03-25 19:16:54 +0200
committerMathias Fröhlich <[email protected]>2018-03-31 06:32:14 +0200
commit3f1cd957d30ed77d8d18f37885de921247f5377d (patch)
tree85b1e0f27c258ca5338e9825f53fe5bd743ea123 /src/mesa/vbo
parent6e9f00e3fc6f3b1331031f0995254c768d38ea81 (diff)
vbo: Remove unused includes to vbo_private.h
Reviewed-by: Brian Paul <[email protected]> Signed-off-by: Mathias Fröhlich <[email protected]>
Diffstat (limited to 'src/mesa/vbo')
-rw-r--r--src/mesa/vbo/vbo_exec_array.c2
-rw-r--r--src/mesa/vbo/vbo_primitive_restart.c1
2 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/vbo/vbo_exec_array.c b/src/mesa/vbo/vbo_exec_array.c
index 51fd434dc4f..b3ce138a09e 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 699b566dca2..f170347fbe4 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))