From 66d6ba2d83255e2fe051760faf8256e897af5a64 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 31 Aug 2012 08:33:32 -0600 Subject: [PATCH] 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 file changed, 1 deletion(-) 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 -- 2.30.2