From d70eb3851753ed7b57c56e4a7fd538857e4385ce Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Fri, 14 Nov 2014 12:40:46 -0800 Subject: gallium: Replace u_simple_list.h with util/simple_list.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The code was exactly the same, except util/ has c++ guards and a struct simple_node declaration. Reviewed-by: Marek Olšák --- src/gallium/auxiliary/draw/draw_llvm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gallium/auxiliary/draw/draw_llvm.h') diff --git a/src/gallium/auxiliary/draw/draw_llvm.h b/src/gallium/auxiliary/draw/draw_llvm.h index e734434..af1960e 100644 --- a/src/gallium/auxiliary/draw/draw_llvm.h +++ b/src/gallium/auxiliary/draw/draw_llvm.h @@ -37,7 +37,7 @@ #include "gallivm/lp_bld_limits.h" #include "pipe/p_context.h" -#include "util/u_simple_list.h" +#include "util/simple_list.h" struct draw_llvm; -- cgit v1.1