gallium: include u_pointer,h, not p_pointer.h
authorBrian Paul <brian.paul@tungstengraphics.com>
Mon, 1 Sep 2008 21:30:26 +0000 (15:30 -0600)
committerBrian Paul <brian.paul@tungstengraphics.com>
Mon, 1 Sep 2008 21:33:19 +0000 (15:33 -0600)
src/gallium/auxiliary/rtasm/rtasm_x86sse.c

index f4ca282..6d4c081 100644 (file)
@@ -27,7 +27,7 @@
 
 #include "pipe/p_compiler.h"
 #include "pipe/p_debug.h"
-#include "pipe/p_pointer.h"
+#include "util/u_pointer.h"
 
 #include "rtasm_execmem.h"
 #include "rtasm_x86sse.h"