mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
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:
parent
6e9f00e3fc
commit
3f1cd957d3
2 changed files with 0 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -33,7 +33,6 @@
|
|||
#include "main/varray.h"
|
||||
|
||||
#include "vbo.h"
|
||||
#include "vbo_private.h"
|
||||
|
||||
|
||||
#define UPDATE_MIN2(a, b) (a) = MIN2((a), (b))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue