summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_bitmap.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2002-02-17 17:30:23 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2002-02-17 17:30:23 +0000
commit983bc3e018ad6a36f0feeac70974cb30a90698b8 (patch)
tree9ae2a8f1dbb052bf62927abdc9d5cbaccb4da1dc /src/mesa/swrast/s_bitmap.c
parent4f252bd98048736a489b07f973c8e7f39d713877 (diff)
don't include s_fog.h
Diffstat (limited to 'src/mesa/swrast/s_bitmap.c')
-rw-r--r--src/mesa/swrast/s_bitmap.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/swrast/s_bitmap.c b/src/mesa/swrast/s_bitmap.c
index ea148797b5..6757fa496c 100644
--- a/src/mesa/swrast/s_bitmap.c
+++ b/src/mesa/swrast/s_bitmap.c
@@ -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"