gallium/util: Don't include unused debug functions from u_math.h
authorEric Anholt <eric@anholt.net>
Wed, 11 Feb 2015 22:28:44 +0000 (14:28 -0800)
committerEric Anholt <eric@anholt.net>
Fri, 20 Feb 2015 19:36:34 +0000 (11:36 -0800)
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@vmware.com>
src/gallium/auxiliary/util/u_math.h

index 157b721..d6e83f9 100644 (file)
@@ -40,7 +40,6 @@
 
 
 #include "pipe/p_compiler.h"
-#include "util/u_debug.h"
 
 
 #ifdef __cplusplus