gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
[mesa.git] / src / gallium / auxiliary / pipebuffer / pb_buffer_malloc.c
index e90d2e5623110c6a13989985e3aaf6a2653aa803..20fc87b39d27de85a70b3df109bea560b19ef19e 100644 (file)
@@ -35,7 +35,7 @@
 
 
 #include "pipe/p_debug.h"
-#include "pipe/p_util.h"
+#include "util/u_memory.h"
 #include "pb_buffer.h"
 #include "pb_bufmgr.h"