summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/clip.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2000-10-28 20:41:13 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2000-10-28 20:41:13 +0000
commitc893a015d8a50a38cd3f727d99835e7e7e2ccea9 (patch)
tree49ceb3610b183301b64916d54fd74d13a5c3a31c /src/mesa/main/clip.c
parentba643a2094a1e844b6ce60f468057057557859ce (diff)
downloadexternal_mesa3d-c893a015d8a50a38cd3f727d99835e7e7e2ccea9.zip
external_mesa3d-c893a015d8a50a38cd3f727d99835e7e7e2ccea9.tar.gz
external_mesa3d-c893a015d8a50a38cd3f727d99835e7e7e2ccea9.tar.bz2
New colormac.h file for color-related macros.
Lot's of clean-up in macros.h and mmath.h
Diffstat (limited to 'src/mesa/main/clip.c')
-rw-r--r--src/mesa/main/clip.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/main/clip.c b/src/mesa/main/clip.c
index 1e98358..92788c6 100644
--- a/src/mesa/main/clip.c
+++ b/src/mesa/main/clip.c
@@ -1,4 +1,4 @@
-/* $Id: clip.c,v 1.10 2000/10/27 16:44:40 keithw Exp $ */
+/* $Id: clip.c,v 1.11 2000/10/28 20:41:13 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -30,6 +30,7 @@
#else
#include "glheader.h"
#include "clip.h"
+#include "colormac.h"
#include "context.h"
#include "macros.h"
#include "matrix.h"