gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
[mesa.git] / src / gallium / auxiliary / pipebuffer / pb_bufmgr_slab.c
index 598d9ce310503895a205afde56d33e1b1391ebd6..af307e265a29fb33f43dc0b40146d51a6faac9e9 100644 (file)
@@ -39,7 +39,7 @@
 #include "pipe/p_debug.h"
 #include "pipe/p_thread.h"
 #include "pipe/p_defines.h"
-#include "pipe/p_util.h"
+#include "util/u_memory.h"
 #include "util/u_double_list.h"
 #include "util/u_time.h"