summaryrefslogtreecommitdiff
path: root/src/mesa
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2005-11-05 17:08:50 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2005-11-05 17:08:50 +0000
commit73347516be1a515380af1a71cbeaec51001a46dc (patch)
tree2e983ef7b0da2739705461e10583dfa03b3c5eea /src/mesa
parent41c8b71871d68a4465812130fd2995b9099af838 (diff)
remove unneeded #includes
Diffstat (limited to 'src/mesa')
-rw-r--r--src/mesa/main/state.c1
-rw-r--r--src/mesa/main/texstate.c3
-rw-r--r--src/mesa/tnl/t_context.c1
-rw-r--r--src/mesa/tnl/t_vb_render.c3
4 files changed, 0 insertions, 8 deletions
diff --git a/src/mesa/main/state.c b/src/mesa/main/state.c
index 6ade223fec..1d8bc18f24 100644
--- a/src/mesa/main/state.c
+++ b/src/mesa/main/state.c
@@ -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"
diff --git a/src/mesa/main/texstate.c b/src/mesa/main/texstate.c
index 3cc343d287..7f6015f0ae 100644
--- a/src/mesa/main/texstate.c
+++ b/src/mesa/main/texstate.c
@@ -33,16 +33,13 @@
#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"
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"