diff options
Diffstat (limited to 'src/mesa/swrast/s_tcc.c')
-rw-r--r-- | src/mesa/swrast/s_tcc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_tcc.c b/src/mesa/swrast/s_tcc.c index e896d1fef54..9e6f4f26b7d 100644 --- a/src/mesa/swrast/s_tcc.c +++ b/src/mesa/swrast/s_tcc.c @@ -33,7 +33,7 @@ #include "imports.h" #include "colormac.h" #include "context.h" -#include "nvfragprog.h" +#include "program_instruction.h" #include "macros.h" #include "program.h" |