From 8446d1bab15ef82b35b8980a0a56072ace6feb04 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 2 Jan 2001 21:40:57 +0000 Subject: [PATCH] include state.h --- src/mesa/main/api_validate.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/mesa/main/api_validate.c b/src/mesa/main/api_validate.c index 931d5c65200..2706c705fc1 100644 --- a/src/mesa/main/api_validate.c +++ b/src/mesa/main/api_validate.c @@ -1,5 +1,5 @@ -/* $Id: api_validate.c,v 1.1 2000/12/26 05:09:27 keithw Exp $ */ +/* $Id: api_validate.c,v 1.2 2001/01/02 21:40:57 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -26,9 +26,10 @@ */ #include "glheader.h" +#include "api_validate.h" #include "context.h" #include "mtypes.h" -#include "api_validate.h" +#include "state.h" GLboolean _mesa_validate_DrawElements(GLcontext *ctx, -- 2.30.2