[Mesa-dev] [PATCH 2/7] gallium/util: Don't include unused debug functions from u_math.h

Eric Anholt eric at anholt.net
Wed Feb 11 16:48:24 PST 2015


It introduces references to gallium util/ symbols which means we don't get
to include it from outside-of-gallium code.
---
 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 5db5b66..8af86e9 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.1.4



More information about the mesa-dev mailing list