vbo: Remove unused includes to vbo_private.h

Reviewed-by: Brian Paul <brianp@vmware.com>
Signed-off-by: Mathias Fröhlich <Mathias.Froehlich@web.de>
This commit is contained in:
Mathias Fröhlich 2018-03-25 19:16:54 +02:00 committed by Mathias Fröhlich
parent 6e9f00e3fc
commit 3f1cd957d3
2 changed files with 0 additions and 3 deletions

View File

@ -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.

View File

@ -33,7 +33,6 @@
#include "main/varray.h"
#include "vbo.h"
#include "vbo_private.h"
#define UPDATE_MIN2(a, b) (a) = MIN2((a), (b))