Mesa (master): gallium/util: remove u_inlines.h from u_debug.c

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Oct 30 21:59:22 UTC 2018


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

Author: Dylan Baker <dylan at pnwbakers.com>
Date:   Mon Oct  1 11:45:25 2018 -0700

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 <brianp at vmware.com>
Reviewed-by: Marek Olšák <marek.olsak at amd.com>

---

 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 2584a1f297..f6ed0138c1 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 <inttypes.h>




More information about the mesa-commit mailing list