gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
[mesa.git] / src / gallium / drivers / i965simple / brw_state_batch.c
index 35db76b5941c4e3f00516e5b10c2b2f72dc27daf..43a1c89fc402f1be793dda243c9986f8431f4e33 100644 (file)
@@ -32,7 +32,7 @@
 #include "brw_state.h"
 #include "brw_winsys.h"
 
-#include "pipe/p_util.h"
+#include "util/u_memory.h"
 
 /* A facility similar to the data caching code above, which aims to
  * prevent identical commands being issued repeatedly.