summaryrefslogtreecommitdiff
path: root/src/egl/main/egltypedefs.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-06-04 10:09:49 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-06-04 10:09:49 -0600
commit19ca6ce573b409346a397453e7d4fa43a0f98368 (patch)
treeac0a8cb2a1fb46243b79c67e5566b91110adf082 /src/egl/main/egltypedefs.h
parent0ebc94d2362222e690d0a72a27858461c5605264 (diff)
egl: updated include paths (s/GLES/EGL/)
Diffstat (limited to 'src/egl/main/egltypedefs.h')
-rw-r--r--src/egl/main/egltypedefs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/egl/main/egltypedefs.h b/src/egl/main/egltypedefs.h
index efbb17a4dc..9fbc55352c 100644
--- a/src/egl/main/egltypedefs.h
+++ b/src/egl/main/egltypedefs.h
@@ -3,8 +3,8 @@
#define EGL_EGLEXT_PROTOTYPES
-#include <GLES/egl.h>
-#include <GLES/eglext.h>
+#include <EGL/egl.h>
+#include <EGL/eglext.h>
typedef struct _egl_api _EGLAPI;