From 8ab6759cef6dc5101be3badce10a52d1d046f2ea Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Fri, 14 Nov 2014 12:14:40 -0800 Subject: mesa: Move simple_list.h to src/util. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We have two copies of it in the tree, I'm going to delete one. Reviewed-by: Marek Olšák --- src/mesa/main/context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/main/context.c') diff --git a/src/mesa/main/context.c b/src/mesa/main/context.c index 38906ca5781..63d30a2c880 100644 --- a/src/mesa/main/context.c +++ b/src/mesa/main/context.c @@ -118,7 +118,7 @@ #include "scissor.h" #include "shared.h" #include "shaderobj.h" -#include "simple_list.h" +#include "util/simple_list.h" #include "state.h" #include "stencil.h" #include "texcompress_s3tc.h" -- cgit v1.2.3