util: Move p_debug.h into util module.
[mesa.git] / src / gallium / auxiliary / util / u_cache.c
index 0a1a64259f1e74d0c70686f4f50b81f8509ce7c2..41cd38171fad21f4423f112af9d8531b56cc1c54 100644 (file)
@@ -36,7 +36,7 @@
 
 
 #include "pipe/p_compiler.h"
-#include "pipe/p_debug.h"
+#include "util/u_debug.h"
 
 #include "util/u_math.h"
 #include "util/u_memory.h"