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 6ade223fec400722a775d3258892caaef82cf87f..1d8bc18f2443b5f6b661af63a79f82bfd3d434ed 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 3cc343d287e63d337c194d98d5155e7409d3d54a..7f6015f0aef6d01dd8502e5cfdbbf85587d634cb 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 ded62aee594173c2a1e8f803a470d53f48f403c2..5aea2d16281e6da072763396d35e75a8e6d5cd4b 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 1a7fae57569ee884b8ba98ee3d2ab73084601679..e322d65c60157e3b6034e74ca25e3fe029ccbd03 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"