From 87ae69c45dcaaf6bafe0ca210a0e2a655c63792f Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 24 Feb 2000 15:12:05 +0000 Subject: use quotes for gl.h and glext.h includes --- src/mesa/main/glheader.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/mesa/main/glheader.h') diff --git a/src/mesa/main/glheader.h b/src/mesa/main/glheader.h index 8a72d7f701..6a6eeab023 100644 --- a/src/mesa/main/glheader.h +++ b/src/mesa/main/glheader.h @@ -1,4 +1,4 @@ -/* $Id: glheader.h,v 1.5 2000/02/23 01:36:44 brianp Exp $ */ +/* $Id: glheader.h,v 1.6 2000/02/24 15:12:05 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -60,8 +60,8 @@ #include "conf.h" #endif -#include -#include +#include "GL/gl.h" +#include "GL/glext.h" /* -- cgit v1.2.3