ilo: remove u_debug.h inclusion from ilo_core.h
authorChia-I Wu <olvaffe@gmail.com>
Tue, 13 Oct 2015 06:09:24 +0000 (14:09 +0800)
committerChia-I Wu <olvaffe@gmail.com>
Sun, 18 Oct 2015 13:04:52 +0000 (21:04 +0800)
Move it to ilo_debug.h.

src/gallium/drivers/ilo/core/ilo_core.h
src/gallium/drivers/ilo/core/ilo_debug.h

index 36d14b0..cbc568c 100644 (file)
@@ -30,7 +30,6 @@
 
 #include "pipe/p_compiler.h"
 
-#include "util/u_debug.h"
 #include "util/u_math.h"
 
 #endif /* ILO_CORE_H */
index 9833233..532a2aa 100644 (file)
@@ -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 */