Mesa (master): gallium/util: Don' t include unused debug functions from u_math.h

Eric Anholt anholt at kemper.freedesktop.org
Fri Feb 20 19:38:17 UTC 2015


Module: Mesa
Branch: master
Commit: 5ca019358f7a598174bd4adb6746fedc0ca78943
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5ca019358f7a598174bd4adb6746fedc0ca78943

Author: Eric Anholt <eric at 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 <jfonseca at 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




More information about the mesa-commit mailing list