gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
[mesa.git] / src / gallium / drivers / trace / tr_winsys.c
index 2c7a6f893b0a043d54ccb48426e83a786d1df989..177835854e19624d96caad54ef0e263b999ac48c 100644 (file)
@@ -25,8 +25,7 @@
  *
  **************************************************************************/
 
-#include "pipe/p_util.h"
-#include "pipe/p_state.h"
+#include "util/u_memory.h"
 #include "util/u_hash_table.h"
 
 #include "tr_dump.h"