From 3aecc5180509cb14cfd27f8f32e6618db21f2fcf Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 16 Dec 1999 12:38:54 +0000 Subject: [PATCH] minor change --- src/mesa/glapi/glapi.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/mesa/glapi/glapi.h b/src/mesa/glapi/glapi.h index 0a9eb0bcf70..8cc86a3c2df 100644 --- a/src/mesa/glapi/glapi.h +++ b/src/mesa/glapi/glapi.h @@ -1,4 +1,4 @@ -/* $Id: glapi.h,v 1.7 1999/12/15 15:03:16 brianp Exp $ */ +/* $Id: glapi.h,v 1.8 1999/12/16 12:38:54 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -30,7 +30,9 @@ #include "GL/gl.h" -#include "glapitable.h" +/*#include "glapitable.h"*/ + +struct _glapi_table; extern void -- 2.30.2