From f1f104e54878ef42f02c947b8f1f3f0b710af6d8 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Mon, 1 Oct 2018 11:45:25 -0700 Subject: [PATCH] gallium/util: remove u_inlines.h from u_debug.c MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit It's not used, and I'm not pulling u_inlines into src/util. Tested-by: Brian Paul Reviewed-by: Marek Olšák --- src/gallium/auxiliary/util/u_debug.c | 1 - 1 file changed, 1 deletion(-) 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 -- 2.30.2