diff options
Diffstat (limited to 'src/gallium/aux/draw/draw_vertex.c')
-rw-r--r-- | src/gallium/aux/draw/draw_vertex.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/aux/draw/draw_vertex.c b/src/gallium/aux/draw/draw_vertex.c index 2d6592150f..daf1ef4b80 100644 --- a/src/gallium/aux/draw/draw_vertex.c +++ b/src/gallium/aux/draw/draw_vertex.c @@ -34,8 +34,8 @@ */ -#include "pipe/draw/draw_private.h" -#include "pipe/draw/draw_vertex.h" +#include "draw/draw_private.h" +#include "draw/draw_vertex.h" /** |