Mesa (master): tnl: remove unneeded #include "util/simple_list.h"

Brian Paul brianp at kemper.freedesktop.org
Sun Nov 20 13:42:14 UTC 2016


Module: Mesa
Branch: master
Commit: e899d47bc9f704c106feb86b8c9670276b9c619c
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e899d47bc9f704c106feb86b8c9670276b9c619c

Author: Brian Paul <brianp at vmware.com>
Date:   Fri Nov 18 18:02:44 2016 -0700

tnl: remove unneeded #include "util/simple_list.h"

Reviewed-by: Vinson Lee <vlee at freedesktop.org>

---

 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 6c40c86..7f871a4 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 14e7812..191a68d 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"




More information about the mesa-commit mailing list