diff options
author | Brian Paul <[email protected]> | 2002-02-17 17:30:23 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2002-02-17 17:30:23 +0000 |
commit | 983bc3e018ad6a36f0feeac70974cb30a90698b8 (patch) | |
tree | 9ae2a8f1dbb052bf62927abdc9d5cbaccb4da1dc /src/mesa/swrast/s_copypix.c | |
parent | 4f252bd98048736a489b07f973c8e7f39d713877 (diff) |
don't include s_fog.h
Diffstat (limited to 'src/mesa/swrast/s_copypix.c')
-rw-r--r-- | src/mesa/swrast/s_copypix.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/swrast/s_copypix.c b/src/mesa/swrast/s_copypix.c index 296b193e10d..3dbbe6e7af0 100644 --- a/src/mesa/swrast/s_copypix.c +++ b/src/mesa/swrast/s_copypix.c @@ -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" |