Module: Mesa Branch: master Commit: 5ca019358f7a598174bd4adb6746fedc0ca78943 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5ca019358f7a598174bd4adb6746fedc0ca78943
Author: Eric Anholt <e...@anholt.net> Date: Wed Feb 11 14:28:44 2015 -0800 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 <jfons...@vmware.com> --- 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 157b721..d6e83f9 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 _______________________________________________ mesa-commit mailing list mesa-commit@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-commit