summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/stencil.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2000-10-29 18:23:16 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2000-10-29 18:23:16 +0000
commitebb248aa5c018dc676d389221d76ed329059789e (patch)
treef393d59462e03f10a52076814a1aaea06abefc84 /src/mesa/main/stencil.c
parent699bc7b73d2fede77d3290f66c1ec355afd0373e (diff)
downloadexternal_mesa3d-ebb248aa5c018dc676d389221d76ed329059789e.zip
external_mesa3d-ebb248aa5c018dc676d389221d76ed329059789e.tar.gz
external_mesa3d-ebb248aa5c018dc676d389221d76ed329059789e.tar.bz2
more minor header file re-org (moved CONST, ASSERT, INLINE to config.h)
Diffstat (limited to 'src/mesa/main/stencil.c')
-rw-r--r--src/mesa/main/stencil.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/main/stencil.c b/src/mesa/main/stencil.c
index bc14fed..a2c8bf4 100644
--- a/src/mesa/main/stencil.c
+++ b/src/mesa/main/stencil.c
@@ -1,4 +1,4 @@
-/* $Id: stencil.c,v 1.19 2000/09/26 20:53:53 brianp Exp $ */
+/* $Id: stencil.c,v 1.20 2000/10/29 18:23:16 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -31,6 +31,7 @@
#include "glheader.h"
#include "context.h"
#include "depth.h"
+#include "macros.h"
#include "mem.h"
#include "pb.h"
#include "stencil.h"