diff options
Diffstat (limited to 'src/gallium/auxiliary/vl/vl_zscan.h')
-rw-r--r-- | src/gallium/auxiliary/vl/vl_zscan.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/auxiliary/vl/vl_zscan.h b/src/gallium/auxiliary/vl/vl_zscan.h index dd8a943bfb2..ec90c1738b2 100644 --- a/src/gallium/auxiliary/vl/vl_zscan.h +++ b/src/gallium/auxiliary/vl/vl_zscan.h @@ -28,8 +28,8 @@ #ifndef vl_zscan_h #define vl_zscan_h -#include <pipe/p_compiler.h> -#include <pipe/p_state.h> +#include "pipe/p_compiler.h" +#include "pipe/p_state.h" /* * shader based zscan and quantification |