summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/draw/draw_llvm.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2014-11-14 12:40:46 -0800
committerEric Anholt <eric@anholt.net>2015-01-28 16:33:34 -0800
commitd70eb3851753ed7b57c56e4a7fd538857e4385ce (patch)
tree2f0cf33cb814c832c10b9b2575a8080d1dc47ab9 /src/gallium/auxiliary/draw/draw_llvm.h
parent7c99187c6a6144cb9fd9d77261c643257246ede7 (diff)
downloadexternal_mesa3d-d70eb3851753ed7b57c56e4a7fd538857e4385ce.zip
external_mesa3d-d70eb3851753ed7b57c56e4a7fd538857e4385ce.tar.gz
external_mesa3d-d70eb3851753ed7b57c56e4a7fd538857e4385ce.tar.bz2
gallium: Replace u_simple_list.h with util/simple_list.h
The code was exactly the same, except util/ has c++ guards and a struct simple_node declaration. Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Diffstat (limited to 'src/gallium/auxiliary/draw/draw_llvm.h')
-rw-r--r--src/gallium/auxiliary/draw/draw_llvm.h2
1 files changed, 1 insertions, 1 deletions
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;