ilo: remove u_debug.h inclusion from ilo_core.h

Move it to ilo_debug.h.
This commit is contained in:
Chia-I Wu
2015-10-13 14:09:24 +08:00
parent 3fe568e2a4
commit 29a0f7479d
2 changed files with 2 additions and 1 deletions
-1
View File
@@ -30,7 +30,6 @@
#include "pipe/p_compiler.h"
#include "util/u_debug.h"
#include "util/u_math.h"
#endif /* ILO_CORE_H */
+2
View 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 */