From c893a015d8a50a38cd3f727d99835e7e7e2ccea9 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sat, 28 Oct 2000 20:41:13 +0000 Subject: New colormac.h file for color-related macros. Lot's of clean-up in macros.h and mmath.h --- src/mesa/main/fog.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/mesa/main/fog.c') diff --git a/src/mesa/main/fog.c b/src/mesa/main/fog.c index a146a8f47a..4c1502227c 100644 --- a/src/mesa/main/fog.c +++ b/src/mesa/main/fog.c @@ -1,4 +1,4 @@ -/* $Id: fog.c,v 1.24 2000/10/28 18:34:48 brianp Exp $ */ +/* $Id: fog.c,v 1.25 2000/10/28 20:41:14 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -29,6 +29,7 @@ #include "all.h" #else #include "glheader.h" +#include "colormac.h" #include "context.h" #include "fog.h" #include "macros.h" -- cgit v1.2.3