diff options
author | Brian Paul <[email protected]> | 2009-02-24 14:30:51 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-02-24 14:30:51 -0700 |
commit | dd9742dc9ffc976d3caae87c1302b7b5ed7d3838 (patch) | |
tree | 0b8877611bb4efb844f087d9f6e890f523d156e8 /src | |
parent | 32ac8cb050474c1d1da479883c44ec5e6f02b020 (diff) |
mesa: use quotes for #include
Diffstat (limited to 'src')
-rw-r--r-- | 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 482a36de93e..ad095321e39 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 |