diff options
author | Brian Paul <[email protected]> | 2005-11-05 17:08:50 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2005-11-05 17:08:50 +0000 |
commit | 73347516be1a515380af1a71cbeaec51001a46dc (patch) | |
tree | 2e983ef7b0da2739705461e10583dfa03b3c5eea /src/mesa/tnl/t_context.c | |
parent | 41c8b71871d68a4465812130fd2995b9099af838 (diff) |
remove unneeded #includes
Diffstat (limited to 'src/mesa/tnl/t_context.c')
-rw-r--r-- | src/mesa/tnl/t_context.c | 1 |
1 files changed, 0 insertions, 1 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" |