From 29a0f7479dd09ca60bed084fd6e5f736a6340cb5 Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Tue, 13 Oct 2015 14:09:24 +0800 Subject: [PATCH] ilo: remove u_debug.h inclusion from ilo_core.h Move it to ilo_debug.h. --- src/gallium/drivers/ilo/core/ilo_core.h | 1 - src/gallium/drivers/ilo/core/ilo_debug.h | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/gallium/drivers/ilo/core/ilo_core.h b/src/gallium/drivers/ilo/core/ilo_core.h index 36d14b0b2ff..cbc568c4cd0 100644 --- a/src/gallium/drivers/ilo/core/ilo_core.h +++ b/src/gallium/drivers/ilo/core/ilo_core.h @@ -30,7 +30,6 @@ #include "pipe/p_compiler.h" -#include "util/u_debug.h" #include "util/u_math.h" #endif /* ILO_CORE_H */ diff --git a/src/gallium/drivers/ilo/core/ilo_debug.h b/src/gallium/drivers/ilo/core/ilo_debug.h index 9833233d796..532a2aa7ed6 100644 --- a/src/gallium/drivers/ilo/core/ilo_debug.h +++ b/src/gallium/drivers/ilo/core/ilo_debug.h @@ -28,6 +28,8 @@ #ifndef ILO_DEBUG_H #define ILO_DEBUG_H +#include "util/u_debug.h" + #include "ilo_core.h" /* enable debug flags affecting hot pathes only with debug builds */ -- 2.30.2