include state.h
authorBrian Paul <brian.paul@tungstengraphics.com>
Tue, 2 Jan 2001 21:40:57 +0000 (21:40 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Tue, 2 Jan 2001 21:40:57 +0000 (21:40 +0000)
src/mesa/main/api_validate.c

index 931d5c652007c8aced5a81a0cd5cd926699e2c6c..2706c705fc12ea54f4d619c4184b951042203e9e 100644 (file)
@@ -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
  */
 
 #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,