diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/main/state.c | 1 | ||||
-rw-r--r-- | src/mesa/main/texstate.c | 3 | ||||
-rw-r--r-- | src/mesa/tnl/t_context.c | 1 | ||||
-rw-r--r-- | src/mesa/tnl/t_vb_render.c | 3 |
4 files changed, 0 insertions, 8 deletions
diff --git a/src/mesa/main/state.c b/src/mesa/main/state.c index 6ade223fec4..1d8bc18f244 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 3cc343d287e..7f6015f0aef 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 ded62aee594..5aea2d16281 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 1a7fae57569..e322d65c601 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" |