From 73347516be1a515380af1a71cbeaec51001a46dc Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sat, 5 Nov 2005 17:08:50 +0000 Subject: remove unneeded #includes --- src/mesa/tnl/t_context.c | 1 - src/mesa/tnl/t_vb_render.c | 3 --- 2 files changed, 4 deletions(-) (limited to 'src/mesa/tnl') diff --git a/src/mesa/tnl/t_context.c b/src/mesa/tnl/t_context.c index ded62aee59..5aea2d1628 100644 --- a/src/mesa/tnl/t_context.c +++ b/src/mesa/tnl/t_context.c @@ -35,7 +35,6 @@ #include "dlist.h" #include "light.h" #include "vtxfmt.h" -#include "nvfragprog.h" #include "tnl.h" #include "t_array_api.h" diff --git a/src/mesa/tnl/t_vb_render.c b/src/mesa/tnl/t_vb_render.c index 1a7fae5756..e322d65c60 100644 --- a/src/mesa/tnl/t_vb_render.c +++ b/src/mesa/tnl/t_vb_render.c @@ -44,9 +44,6 @@ #include "macros.h" #include "imports.h" #include "mtypes.h" -#include "nvfragprog.h" -#include "math/m_matrix.h" -#include "math/m_xform.h" #include "t_pipeline.h" -- cgit v1.2.3