OSDN Git Service

tnl: remove unneeded #include "util/simple_list.h"
authorBrian Paul <brianp@vmware.com>
Sat, 19 Nov 2016 01:02:44 +0000 (18:02 -0700)
committerBrian Paul <brianp@vmware.com>
Sun, 20 Nov 2016 13:41:42 +0000 (06:41 -0700)
Reviewed-by: Vinson Lee <vlee@freedesktop.org>
src/mesa/tnl/t_vertex_generic.c
src/mesa/tnl/t_vertex_sse.c

index 6c40c86..7f871a4 100644 (file)
@@ -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"
index 14e7812..191a68d 100644 (file)
@@ -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"