From 264f4101cd52ad5b22a85f8f4709bd7b38b8d8e2 Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Tue, 12 Jan 2010 19:45:25 -0800 Subject: tnl: Remove unnecessary header from t_vb_program.c. --- src/mesa/tnl/t_vb_program.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mesa/tnl') diff --git a/src/mesa/tnl/t_vb_program.c b/src/mesa/tnl/t_vb_program.c index a9dae7d2e7..f3de6b6caa 100644 --- a/src/mesa/tnl/t_vb_program.c +++ b/src/mesa/tnl/t_vb_program.c @@ -40,7 +40,6 @@ #include "shader/prog_statevars.h" #include "shader/prog_execute.h" #include "swrast/s_context.h" -#include "swrast/s_texfilter.h" #include "tnl/tnl.h" #include "tnl/t_context.h" -- cgit v1.2.3 From a24d852630a39be1b9a062f17976e8ff8db1df8b Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Tue, 12 Jan 2010 19:49:19 -0800 Subject: tnl: Remove unnecessary header from t_rasterpos.c. --- src/mesa/tnl/t_rasterpos.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mesa/tnl') diff --git a/src/mesa/tnl/t_rasterpos.c b/src/mesa/tnl/t_rasterpos.c index 99b6787455..13b84a7d77 100644 --- a/src/mesa/tnl/t_rasterpos.c +++ b/src/mesa/tnl/t_rasterpos.c @@ -29,7 +29,6 @@ #include "main/feedback.h" #include "main/light.h" #include "main/macros.h" -#include "main/rastpos.h" #include "main/simple_list.h" #include "main/mtypes.h" -- cgit v1.2.3 From dffcbee8e72398e1492a1c957de788e1e87850ac Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Tue, 12 Jan 2010 19:55:24 -0800 Subject: tnl: Remove unnecessary header from t_pipeline.c. --- src/mesa/tnl/t_pipeline.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mesa/tnl') diff --git a/src/mesa/tnl/t_pipeline.c b/src/mesa/tnl/t_pipeline.c index 357ef1e24b..2cc677e5bf 100644 --- a/src/mesa/tnl/t_pipeline.c +++ b/src/mesa/tnl/t_pipeline.c @@ -28,7 +28,6 @@ #include "main/glheader.h" #include "main/context.h" #include "main/imports.h" -#include "main/state.h" #include "main/mtypes.h" #include "t_context.h" -- cgit v1.2.3 From 2c7cf3f9c95098ef08966d19cd1990d3825fd9eb Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Tue, 12 Jan 2010 20:02:44 -0800 Subject: tnl: Remove unnecessary headers from t_draw.c. --- src/mesa/tnl/t_draw.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/mesa/tnl') diff --git a/src/mesa/tnl/t_draw.c b/src/mesa/tnl/t_draw.c index 04fa106300..9a888ce19f 100644 --- a/src/mesa/tnl/t_draw.c +++ b/src/mesa/tnl/t_draw.c @@ -28,15 +28,11 @@ #include "main/glheader.h" #include "main/context.h" #include "main/imports.h" -#include "main/state.h" #include "main/mtypes.h" #include "main/macros.h" #include "main/enums.h" #include "t_context.h" -#include "t_pipeline.h" -#include "t_vp_build.h" -#include "t_vertex.h" #include "tnl.h" -- cgit v1.2.3 From c239f387091da9f81bbd315234a19d9b3e3ac694 Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Tue, 12 Jan 2010 20:14:36 -0800 Subject: tnl: Remove unnecessary header from t_context.c. --- src/mesa/tnl/t_context.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mesa/tnl') diff --git a/src/mesa/tnl/t_context.c b/src/mesa/tnl/t_context.c index db21b4589d..5a14e595a0 100644 --- a/src/mesa/tnl/t_context.c +++ b/src/mesa/tnl/t_context.c @@ -38,7 +38,6 @@ #include "tnl.h" #include "t_context.h" #include "t_pipeline.h" -#include "t_vp_build.h" #include "vbo/vbo.h" -- cgit v1.2.3