diff options
Diffstat (limited to 'src/gallium/auxiliary/vl/vl_csc.c')
-rw-r--r-- | src/gallium/auxiliary/vl/vl_csc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/auxiliary/vl/vl_csc.c b/src/gallium/auxiliary/vl/vl_csc.c index 4ca84e56a8c..21da95f3ceb 100644 --- a/src/gallium/auxiliary/vl/vl_csc.c +++ b/src/gallium/auxiliary/vl/vl_csc.c @@ -25,8 +25,8 @@ * **************************************************************************/ -#include <util/u_math.h> -#include <util/u_debug.h> +#include "util/u_math.h" +#include "util/u_debug.h" #include "vl_csc.h" |