Module: Mesa Branch: master Commit: 8bb2485ed0e4764b8ad1f1a7f0bfe1c3f66d71bc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8bb2485ed0e4764b8ad1f1a7f0bfe1c3f66d71bc
Author: Chia-I Wu <[email protected]> Date: Thu Oct 1 18:32:19 2009 +0800 egl: Include GL header in eglconfigutil.h. This is just a cosmetic change. Signed-off-by: Chia-I Wu <[email protected]> --- 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 ad85079..8c923ee 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" _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
