From 3aecc5180509cb14cfd27f8f32e6618db21f2fcf Mon Sep 17 00:00:00 2001
From: Brian Paul <brian.paul@tungstengraphics.com>
Date: Thu, 16 Dec 1999 12:38:54 +0000
Subject: minor change

---
 src/mesa/glapi/glapi.h | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

(limited to 'src/mesa/glapi')

diff --git a/src/mesa/glapi/glapi.h b/src/mesa/glapi/glapi.h
index 0a9eb0b..8cc86a3 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
-- 
cgit v1.1