summaryrefslogtreecommitdiffstats
path: root/src/gallium
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2015-02-11 14:28:44 -0800
committerEric Anholt <[email protected]>2015-02-20 11:36:34 -0800
commit5ca019358f7a598174bd4adb6746fedc0ca78943 (patch)
tree0867972e52a87adea2ec1b527fe1b74f0d5cd9c1 /src/gallium
parente8c5cbfd921680c4a68755b66889338a6268debb (diff)
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 <[email protected]>
Diffstat (limited to 'src/gallium')
-rw-r--r--src/gallium/auxiliary/util/u_math.h1
1 files changed, 0 insertions, 1 deletions
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