[Mesa-dev] [PATCH 08/11] gallium/util: remove u_inlines.h from u_debug.c
Dylan Baker
dylan at pnwbakers.com
Mon Oct 29 18:57:48 UTC 2018
It's not used, and I'm not pulling u_inlines into src/util.
---
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 <inttypes.h>
--
2.19.1
More information about the mesa-dev
mailing list