remove unneeded #includes
authorBrian Paul <brian.paul@tungstengraphics.com>
Sat, 5 Nov 2005 17:08:50 +0000 (17:08 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Sat, 5 Nov 2005 17:08:50 +0000 (17:08 +0000)
src/mesa/main/state.c
src/mesa/main/texstate.c
src/mesa/tnl/t_context.c
src/mesa/tnl/t_vb_render.c

index 6ade223..1d8bc18 100644 (file)
@@ -87,7 +87,6 @@
 #include "nvprogram.h"
 #endif
 #if FEATURE_NV_fragment_program
-#include "nvfragprog.h"
 #include "nvprogram.h"
 #include "program.h"
 #include "texenvprogram.h"
index 3cc343d..7f6015f 100644 (file)
 #include "colortab.h"
 #include "context.h"
 #include "enums.h"
-#include "extensions.h"
 #include "macros.h"
-#include "nvfragprog.h"
 #include "texobj.h"
 #include "teximage.h"
 #include "texstate.h"
 #include "texenvprogram.h"
 #include "mtypes.h"
 #include "math/m_xform.h"
-#include "math/m_matrix.h"
 
 
 
index ded62ae..5aea2d1 100644 (file)
@@ -35,7 +35,6 @@
 #include "dlist.h"
 #include "light.h"
 #include "vtxfmt.h"
-#include "nvfragprog.h"
 
 #include "tnl.h"
 #include "t_array_api.h"
index 1a7fae5..e322d65 100644 (file)
@@ -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"