From: Brian Paul Date: Mon, 1 Sep 2008 21:30:26 +0000 (-0600) Subject: gallium: include u_pointer,h, not p_pointer.h X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f3a7463feefcf1f22c1309e1f5b0bfe381859686;p=mesa.git gallium: include u_pointer,h, not p_pointer.h --- diff --git a/src/gallium/auxiliary/rtasm/rtasm_x86sse.c b/src/gallium/auxiliary/rtasm/rtasm_x86sse.c index f4ca282dd93..6d4c081e04e 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"