remove unneeded #include
authorBrian Paul <brian.paul@tungstengraphics.com>
Sat, 5 Nov 2005 17:07:00 +0000 (17:07 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Sat, 5 Nov 2005 17:07:00 +0000 (17:07 +0000)
src/mesa/swrast/s_aatriangle.c
src/mesa/swrast/s_context.c
src/mesa/swrast/s_lines.c

index 5509f34..63a13cf 100644 (file)
@@ -34,7 +34,6 @@
 #include "context.h"
 #include "macros.h"
 #include "imports.h"
-#include "nvfragprog.h"
 #include "s_aatriangle.h"
 #include "s_context.h"
 #include "s_span.h"
index 7b24d3f..358a9f9 100644 (file)
@@ -32,9 +32,6 @@
 #include "colormac.h"
 #include "mtypes.h"
 #include "program.h"
-#include "texobj.h"
-#include "nvfragprog.h"
-
 #include "swrast.h"
 #include "s_blend.h"
 #include "s_context.h"
index dccc92c..1abe85c 100644 (file)
@@ -27,7 +27,6 @@
 #include "context.h"
 #include "colormac.h"
 #include "macros.h"
-#include "nvfragprog.h"
 #include "s_aaline.h"
 #include "s_context.h"
 #include "s_depth.h"