From: Chia-I Wu Date: Thu, 1 Oct 2009 10:32:19 +0000 (+0800) Subject: egl: Include GL header in eglconfigutil.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8bb2485ed0e4764b8ad1f1a7f0bfe1c3f66d71bc;p=mesa.git egl: Include GL header in eglconfigutil.h. This is just a cosmetic change. Signed-off-by: Chia-I Wu --- diff --git a/src/egl/main/eglconfigutil.h b/src/egl/main/eglconfigutil.h index ad850798908..8c923ee206a 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"