Mesa (master): util: remove u_debug.h from u_math.h

Brian Paul brianp at kemper.freedesktop.org
Sat Sep 1 13:51:12 UTC 2012


Module: Mesa
Branch: master
Commit: 66d6ba2d83255e2fe051760faf8256e897af5a64
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=66d6ba2d83255e2fe051760faf8256e897af5a64

Author: Brian Paul <brianp at vmware.com>
Date:   Fri Aug 31 08:33:32 2012 -0600

util: remove u_debug.h from u_math.h

No debug code is used in u_math.h

---

 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 90b421e..4047bd9 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




More information about the mesa-commit mailing list