From 3f1cd957d30ed77d8d18f37885de921247f5377d Mon Sep 17 00:00:00 2001 From: Mathias Fröhlich Date: Sun, 25 Mar 2018 19:16:54 +0200 Subject: vbo: Remove unused includes to vbo_private.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Brian Paul Signed-off-by: Mathias Fröhlich --- src/mesa/vbo/vbo_exec_array.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/mesa/vbo/vbo_exec_array.c') 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. -- cgit v1.2.3