don't include s_fog.h
authorBrian Paul <brian.paul@tungstengraphics.com>
Sun, 17 Feb 2002 17:30:23 +0000 (17:30 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Sun, 17 Feb 2002 17:30:23 +0000 (17:30 +0000)
src/mesa/swrast/s_bitmap.c
src/mesa/swrast/s_copypix.c
src/mesa/swrast/s_drawpix.c

index ea148797b5d85c694aa6494f43f3eb76e792aa66..6757fa496cab2cd537107ad334d728e4be565a62 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: s_bitmap.c,v 1.15 2002/02/15 03:41:00 brianp Exp $ */
+/* $Id: s_bitmap.c,v 1.16 2002/02/17 17:30:23 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
@@ -37,7 +37,6 @@
 #include "pixel.h"
 
 #include "s_context.h"
-#include "s_fog.h"
 #include "s_span.h"
 
 
index 296b193e10d563670c71c97d032cc8080cb8477b..3dbbe6e7af0fd46b33a267c1121e2a3dd0841e4f 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: s_copypix.c,v 1.32 2002/01/31 00:27:43 brianp Exp $ */
+/* $Id: s_copypix.c,v 1.33 2002/02/17 17:30:23 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
@@ -37,7 +37,6 @@
 
 #include "s_context.h"
 #include "s_depth.h"
-#include "s_fog.h"
 #include "s_histogram.h"
 #include "s_pixeltex.h"
 #include "s_span.h"
index a4a4805a332509e0dd19cbb9b6bf349554dcdd93..389012653464fa093ec73056821c54fa1e7064b6 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: s_drawpix.c,v 1.30 2002/02/15 03:38:12 brianp Exp $ */
+/* $Id: s_drawpix.c,v 1.31 2002/02/17 17:30:23 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
@@ -37,7 +37,6 @@
 
 #include "s_context.h"
 #include "s_drawpix.h"
-#include "s_fog.h"
 #include "s_pixeltex.h"
 #include "s_span.h"
 #include "s_stencil.h"