summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/gallium/drivers/ilo/core/ilo_core.h1
-rw-r--r--src/gallium/drivers/ilo/core/ilo_debug.h2
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 36d14b0..cbc568c 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 9833233..532a2aa 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 */