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/drivers/rbug/rbug_screen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gallium/drivers/rbug/rbug_screen.c') diff --git a/src/gallium/drivers/rbug/rbug_screen.c b/src/gallium/drivers/rbug/rbug_screen.c index 8576e2f..731cc60 100644 --- a/src/gallium/drivers/rbug/rbug_screen.c +++ b/src/gallium/drivers/rbug/rbug_screen.c @@ -30,7 +30,7 @@ #include "pipe/p_state.h" #include "util/u_memory.h" #include "util/u_debug.h" -#include "util/u_simple_list.h" +#include "util/simple_list.h" #include "rbug_public.h" #include "rbug_screen.h" -- cgit v1.1