From 5ca019358f7a598174bd4adb6746fedc0ca78943 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Wed, 11 Feb 2015 14:28:44 -0800 Subject: [PATCH] gallium/util: Don't include unused debug functions from u_math.h It introduces references to gallium util/ symbols which means we don't get to include it from outside-of-gallium code. Reviewed-by: Jose Fonseca --- src/gallium/auxiliary/util/u_math.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gallium/auxiliary/util/u_math.h b/src/gallium/auxiliary/util/u_math.h index 157b721c460..d6e83f96264 100644 --- a/src/gallium/auxiliary/util/u_math.h +++ b/src/gallium/auxiliary/util/u_math.h @@ -40,7 +40,6 @@ #include "pipe/p_compiler.h" -#include "util/u_debug.h" #ifdef __cplusplus -- 2.30.2