summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/rtasm
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-09-01 15:30:26 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-09-01 15:33:19 -0600
commitf3a7463feefcf1f22c1309e1f5b0bfe381859686 (patch)
treedc2a0e34cf95bca55748d5e323fac8dd4a011320 /src/gallium/auxiliary/rtasm
parent39e8860e45fae2968917bdb7fe572c8793bbce30 (diff)
gallium: include u_pointer,h, not p_pointer.h
Diffstat (limited to 'src/gallium/auxiliary/rtasm')
-rw-r--r--src/gallium/auxiliary/rtasm/rtasm_x86sse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/rtasm/rtasm_x86sse.c b/src/gallium/auxiliary/rtasm/rtasm_x86sse.c
index f4ca282dd9..6d4c081e04 100644
--- a/src/gallium/auxiliary/rtasm/rtasm_x86sse.c
+++ b/src/gallium/auxiliary/rtasm/rtasm_x86sse.c
@@ -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"