From e899d47bc9f704c106feb86b8c9670276b9c619c Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 18 Nov 2016 18:02:44 -0700 Subject: [PATCH] tnl: remove unneeded #include "util/simple_list.h" Reviewed-by: Vinson Lee --- src/mesa/tnl/t_vertex_generic.c | 1 - src/mesa/tnl/t_vertex_sse.c | 1 - 2 files changed, 2 deletions(-) diff --git a/src/mesa/tnl/t_vertex_generic.c b/src/mesa/tnl/t_vertex_generic.c index 6c40c868363..7f871a4f686 100644 --- a/src/mesa/tnl/t_vertex_generic.c +++ b/src/mesa/tnl/t_vertex_generic.c @@ -29,7 +29,6 @@ #include "main/glheader.h" #include "main/context.h" #include "main/macros.h" -#include "util/simple_list.h" #include "swrast/s_chan.h" #include "t_context.h" #include "t_vertex.h" diff --git a/src/mesa/tnl/t_vertex_sse.c b/src/mesa/tnl/t_vertex_sse.c index 14e7812ec78..191a68d7e6d 100644 --- a/src/mesa/tnl/t_vertex_sse.c +++ b/src/mesa/tnl/t_vertex_sse.c @@ -29,7 +29,6 @@ #include "main/glheader.h" #include "main/context.h" -#include "util/simple_list.h" #include "main/enums.h" #include "swrast/s_chan.h" #include "t_context.h" -- 2.30.2