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 5509f34c953f94c52d76415db408b8aa88ad4f9a..63a13cf3fba509f2bebdb4e22dc65ee08ce6cc8f 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 7b24d3f1fc8cc77fe516842a7475425a89181eca..358a9f9128e952aeffab9865c061fb7cc6fa8720 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 dccc92cbd284b387ecea4426b84d011616758c0e..1abe85c541b6c4d899df0c6fcc9dd0bc479e5047 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"