summaryrefslogtreecommitdiff
path: root/src/mesa/main/glheader.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2000-02-24 15:12:05 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2000-02-24 15:12:05 +0000
commit87ae69c45dcaaf6bafe0ca210a0e2a655c63792f (patch)
tree4a542e4bab1a7fa07fd0bc89c0bd0d100e1f6aeb /src/mesa/main/glheader.h
parent97c33f3edee4936a684e8736b3f8a6b749ee682e (diff)
use quotes for gl.h and glext.h includes
Diffstat (limited to 'src/mesa/main/glheader.h')
-rw-r--r--src/mesa/main/glheader.h6
1 files changed, 3 insertions, 3 deletions
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 <GL/gl.h>
-#include <GL/glext.h>
+#include "GL/gl.h"
+#include "GL/glext.h"
/*