diff options
Diffstat (limited to 'src/gallium/auxiliary/vl/vl_vertex_buffers.h')
-rw-r--r-- | src/gallium/auxiliary/vl/vl_vertex_buffers.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/auxiliary/vl/vl_vertex_buffers.h b/src/gallium/auxiliary/vl/vl_vertex_buffers.h index 874ecce9041..0a865996005 100644 --- a/src/gallium/auxiliary/vl/vl_vertex_buffers.h +++ b/src/gallium/auxiliary/vl/vl_vertex_buffers.h @@ -27,8 +27,8 @@ #ifndef vl_vertex_buffers_h #define vl_vertex_buffers_h -#include <pipe/p_state.h> -#include <pipe/p_video_state.h> +#include "pipe/p_state.h" +#include "pipe/p_video_state.h" #include "vl_defines.h" #include "vl_types.h" |