diff options
author | Chia-I Wu <[email protected]> | 2015-10-13 14:09:24 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2015-10-18 21:04:52 +0800 |
commit | 29a0f7479dd09ca60bed084fd6e5f736a6340cb5 (patch) | |
tree | 58f755a24ea427ea6a22c01cb09622ae8652e616 /src | |
parent | 3fe568e2a472b764e96b67cf57ef63f40cdce5a6 (diff) |
ilo: remove u_debug.h inclusion from ilo_core.h
Move it to ilo_debug.h.
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/drivers/ilo/core/ilo_core.h | 1 | ||||
-rw-r--r-- | src/gallium/drivers/ilo/core/ilo_debug.h | 2 |
2 files changed, 2 insertions, 1 deletions
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 */ |