aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl/t_vertex_generic.c
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2014-11-14 12:14:40 -0800
committerEric Anholt <[email protected]>2015-01-28 16:33:34 -0800
commit8ab6759cef6dc5101be3badce10a52d1d046f2ea (patch)
tree70b78a573b81a9dba709ad579501e79767d5b499 /src/mesa/tnl/t_vertex_generic.c
parent2397a721291457c146c7f4bcd48adcb3b2d979bd (diff)
mesa: Move simple_list.h to src/util.
We have two copies of it in the tree, I'm going to delete one. Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/mesa/tnl/t_vertex_generic.c')
-rw-r--r--src/mesa/tnl/t_vertex_generic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/tnl/t_vertex_generic.c b/src/mesa/tnl/t_vertex_generic.c
index 8926c178ddb..079d473fc7c 100644
--- a/src/mesa/tnl/t_vertex_generic.c
+++ b/src/mesa/tnl/t_vertex_generic.c
@@ -29,7 +29,7 @@
#include "main/glheader.h"
#include "main/context.h"
#include "main/colormac.h"
-#include "main/simple_list.h"
+#include "util/simple_list.h"
#include "swrast/s_chan.h"
#include "t_context.h"
#include "t_vertex.h"