gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
[mesa.git] / src / gallium / drivers / trace / tr_dump.c
index 1613a626df43a30fb859249d63c913afed43f9c6..48032c1617f4c94f524990fec32af88f6ef5cea4 100644 (file)
@@ -45,6 +45,8 @@
 #endif
 
 #include "pipe/p_compiler.h"
+#include "pipe/p_debug.h"
+#include "util/u_memory.h"
 #include "util/u_string.h"
 
 #include "tr_stream.h"