Mesa (master): mesa: use quotes for #include

Brian Paul brianp at kemper.freedesktop.org
Tue Feb 24 21:31:11 UTC 2009


Module: Mesa
Branch: master
Commit: dd9742dc9ffc976d3caae87c1302b7b5ed7d3838
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=dd9742dc9ffc976d3caae87c1302b7b5ed7d3838

Author: Brian Paul <brianp at vmware.com>
Date:   Tue Feb 24 14:30:51 2009 -0700

mesa: use quotes for #include

---

 src/mesa/main/glheader.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mesa/main/glheader.h b/src/mesa/main/glheader.h
index 482a36d..ad09532 100644
--- a/src/mesa/main/glheader.h
+++ b/src/mesa/main/glheader.h
@@ -52,7 +52,7 @@
 #define GL_GLEXT_PROTOTYPES
 #include "GL/gl.h"
 #include "GL/glext.h"
-#include <GL/internal/glcore.h>
+#include "GL/internal/glcore.h"
 
 
 #ifndef GL_FIXED




More information about the mesa-commit mailing list