summaryrefslogtreecommitdiff
path: root/src/mesa/main/state.c
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/main/state.c
parent41c8b71871d68a4465812130fd2995b9099af838 (diff)
remove unneeded #includes
Diffstat (limited to 'src/mesa/main/state.c')
-rw-r--r--src/mesa/main/state.c1
1 files changed, 0 insertions, 1 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"