diff options
author | Brian Paul <[email protected]> | 2016-11-18 18:02:44 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2016-11-20 06:41:42 -0700 |
commit | e899d47bc9f704c106feb86b8c9670276b9c619c (patch) | |
tree | 8eb49a31cab4c9c08b2b7c04e3bc3715f4ed5159 /src/mesa/tnl | |
parent | a6e849c6729da29e0cf88b9b9ab18f35106a5e79 (diff) |
tnl: remove unneeded #include "util/simple_list.h"
Reviewed-by: Vinson Lee <[email protected]>
Diffstat (limited to 'src/mesa/tnl')
-rw-r--r-- | src/mesa/tnl/t_vertex_generic.c | 1 | ||||
-rw-r--r-- | src/mesa/tnl/t_vertex_sse.c | 1 |
2 files changed, 0 insertions, 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" |