diff options
author | Chia-I Wu <olvaffe@gmail.com> | 2009-10-01 18:32:19 +0800 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2009-10-15 12:53:56 -0600 |
commit | 8bb2485ed0e4764b8ad1f1a7f0bfe1c3f66d71bc (patch) | |
tree | 744f4c991a6a9f34ed0bdb906657ffb182da34bc /src/egl | |
parent | 29d115092e7b9e1436df3ce1fb7ffe183f8a9302 (diff) |
egl: Include GL header in eglconfigutil.h.
This is just a cosmetic change.
Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
Diffstat (limited to 'src/egl')
-rw-r--r-- | src/egl/main/eglconfigutil.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/egl/main/eglconfigutil.h b/src/egl/main/eglconfigutil.h index ad85079890..8c923ee206 100644 --- a/src/egl/main/eglconfigutil.h +++ b/src/egl/main/eglconfigutil.h @@ -2,7 +2,7 @@ #define EGLCONFIGUTIL_INCLUDED -#include "GLES/gl.h" +#include "GL/gl.h" #include "GL/internal/glcore.h" #include "eglconfig.h" |