diff options
Diffstat (limited to 'src/gallium/auxiliary/vl/vl_vlc.h')
-rw-r--r-- | src/gallium/auxiliary/vl/vl_vlc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/auxiliary/vl/vl_vlc.h b/src/gallium/auxiliary/vl/vl_vlc.h index e17eae83fb3..dc4faedfcbb 100644 --- a/src/gallium/auxiliary/vl/vl_vlc.h +++ b/src/gallium/auxiliary/vl/vl_vlc.h @@ -30,9 +30,9 @@ #include <assert.h> -#include <pipe/p_compiler.h> +#include "pipe/p_compiler.h" -#include <util/u_math.h> +#include "util/u_math.h" #include "util/u_pointer.h" struct vl_vlc |