summaryrefslogtreecommitdiff
path: root/src/mesa/main/glheader.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-02-24 14:30:51 -0700
committerBrian Paul <brianp@vmware.com>2009-02-24 14:30:51 -0700
commitdd9742dc9ffc976d3caae87c1302b7b5ed7d3838 (patch)
tree0b8877611bb4efb844f087d9f6e890f523d156e8 /src/mesa/main/glheader.h
parent32ac8cb050474c1d1da479883c44ec5e6f02b020 (diff)
mesa: use quotes for #include
Diffstat (limited to 'src/mesa/main/glheader.h')
-rw-r--r--src/mesa/main/glheader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/glheader.h b/src/mesa/main/glheader.h
index 482a36de93..ad095321e3 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