diff options
Diffstat (limited to 'src/mesa/tnl')
-rw-r--r-- | src/mesa/tnl/t_context.c | 1 | ||||
-rw-r--r-- | src/mesa/tnl/t_vb_render.c | 3 |
2 files changed, 0 insertions, 4 deletions
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" |