projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97c33f3
)
use quotes for gl.h and glext.h includes
author
Brian Paul
<brian.paul@tungstengraphics.com>
Thu, 24 Feb 2000 15:12:05 +0000
(15:12 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Thu, 24 Feb 2000 15:12:05 +0000
(15:12 +0000)
src/mesa/main/glheader.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/glheader.h
b/src/mesa/main/glheader.h
index 8a72d7f701c48b014ff4d94d90e2beb22a3dae9d..6a6eeab023798f219c687d4c66ee5355100afe70 100644
(file)
--- 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"
/*