summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2012-08-31 08:33:32 -0600
committerBrian Paul <brianp@vmware.com>2012-09-01 07:41:26 -0600
commit66d6ba2d83255e2fe051760faf8256e897af5a64 (patch)
tree3ef051587a7f2a0cee2f91b897f2791ec2c20765
parenta7663729d2f2b328c55028a72e8eb436387aa823 (diff)
util: remove u_debug.h from u_math.h
No debug code is used in u_math.h
-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 90b421ed841..4047bd9b016 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