From: Dylan Baker Date: Mon, 1 Oct 2018 18:45:25 +0000 (-0700) Subject: gallium/util: remove u_inlines.h from u_debug.c X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f1f104e54878ef42f02c947b8f1f3f0b710af6d8;p=mesa.git gallium/util: remove u_inlines.h from u_debug.c It's not used, and I'm not pulling u_inlines into src/util. Tested-by: Brian Paul Reviewed-by: Marek Olšák --- diff --git a/src/gallium/auxiliary/util/u_debug.c b/src/gallium/auxiliary/util/u_debug.c index 2584a1f297d..f6ed0138c1f 100644 --- a/src/gallium/auxiliary/util/u_debug.c +++ b/src/gallium/auxiliary/util/u_debug.c @@ -33,7 +33,6 @@ #include "util/u_debug.h" #include "pipe/p_format.h" #include "pipe/p_state.h" -#include "util/u_inlines.h" #include "util/u_string.h" #include "util/u_math.h" #include