From: Eric Anholt Date: Wed, 11 Feb 2015 22:28:44 +0000 (-0800) Subject: gallium/util: Don't include unused debug functions from u_math.h X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5ca019358f7a598174bd4adb6746fedc0ca78943;p=mesa.git 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 --- 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