diff options
author | Brian Paul <[email protected]> | 2012-08-31 08:33:32 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2012-09-01 07:41:26 -0600 |
commit | 66d6ba2d83255e2fe051760faf8256e897af5a64 (patch) | |
tree | 3ef051587a7f2a0cee2f91b897f2791ec2c20765 /src/gallium/auxiliary | |
parent | a7663729d2f2b328c55028a72e8eb436387aa823 (diff) |
util: remove u_debug.h from u_math.h
No debug code is used in u_math.h
Diffstat (limited to 'src/gallium/auxiliary')
-rw-r--r-- | src/gallium/auxiliary/util/u_math.h | 1 |
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 |