From: Chia-I Wu Date: Tue, 13 Oct 2015 06:09:24 +0000 (+0800) Subject: ilo: remove u_debug.h inclusion from ilo_core.h X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=29a0f7479dd09ca60bed084fd6e5f736a6340cb5;p=mesa.git ilo: remove u_debug.h inclusion from ilo_core.h Move it to ilo_debug.h. --- 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 */