X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fmesa%2Fswrast%2Fs_stencil.c;h=94ebe8739753fdf45f6ff505773bf8882cc33e7a;hb=3c63452e64df7e10aa073c6c3b9492b1d7dabbb8;hp=90ff06c951d7b611ed6bf8fa05e7979297618b0e;hpb=d0add7cf1a6b99cafd25e23fe2fc9d0b6657079a;p=mesa.git diff --git a/src/mesa/swrast/s_stencil.c b/src/mesa/swrast/s_stencil.c index 90ff06c951d..94ebe873975 100644 --- a/src/mesa/swrast/s_stencil.c +++ b/src/mesa/swrast/s_stencil.c @@ -1,4 +1,4 @@ -/* $Id: s_stencil.c,v 1.27 2002/10/02 23:24:04 brianp Exp $ */ +/* $Id: s_stencil.c,v 1.28 2002/10/24 23:57:24 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -28,7 +28,7 @@ #include "glheader.h" #include "context.h" #include "macros.h" -#include "mem.h" +#include "imports.h" #include "s_context.h" #include "s_depth.h"