man/eglIntro: fix EGL include path
diff --git a/sdk/docs/man/docbook4/eglIntro.xml b/sdk/docs/man/docbook4/eglIntro.xml
index 7117842..c6f7731 100755
--- a/sdk/docs/man/docbook4/eglIntro.xml
+++ b/sdk/docs/man/docbook4/eglIntro.xml
@@ -144,7 +144,7 @@
 <programlisting>
 #include &lt;stdlib.h&gt;
 #include &lt;unistd.h&gt;
-#include &lt;GLES/egl.h&gt;
+#include &lt;EGL/egl.h&gt;
 #include &lt;GLES/gl.h&gt;
 typedef ... NativeWindowType;
 extern NativeWindowType createNativeWindow(void);
diff --git a/sdk/docs/man/eglIntro.xml b/sdk/docs/man/eglIntro.xml
index 731e440..70ac7c1 100755
--- a/sdk/docs/man/eglIntro.xml
+++ b/sdk/docs/man/eglIntro.xml
@@ -152,7 +152,7 @@
 <programlisting>
 #include &lt;stdlib.h&gt;
 #include &lt;unistd.h&gt;
-#include &lt;GLES/egl.h&gt;
+#include &lt;EGL/egl.h&gt;
 #include &lt;GLES/gl.h&gt;
 typedef ... NativeWindowType;
 extern NativeWindowType createNativeWindow(void);
diff --git a/sdk/docs/man/html/eglIntro.xhtml b/sdk/docs/man/html/eglIntro.xhtml
index a7b8937..bb299fa 100644
--- a/sdk/docs/man/html/eglIntro.xhtml
+++ b/sdk/docs/man/html/eglIntro.xhtml
@@ -154,7 +154,7 @@
         <pre class="programlisting">
 #include &lt;stdlib.h&gt;
 #include &lt;unistd.h&gt;
-#include &lt;GLES/egl.h&gt;
+#include &lt;EGL/egl.h&gt;
 #include &lt;GLES/gl.h&gt;
 typedef ... NativeWindowType;
 extern NativeWindowType createNativeWindow(void);
diff --git a/sdk/docs/man/xhtml/eglIntro.html b/sdk/docs/man/xhtml/eglIntro.html
index 3537171..a33d004 100644
--- a/sdk/docs/man/xhtml/eglIntro.html
+++ b/sdk/docs/man/xhtml/eglIntro.html
@@ -356,7 +356,7 @@
         <pre class="programlisting">
 #include &lt;stdlib.h&gt;
 #include &lt;unistd.h&gt;
-#include &lt;GLES/egl.h&gt;
+#include &lt;EGL/egl.h&gt;
 #include &lt;GLES/gl.h&gt;
 typedef ... NativeWindowType;
 extern NativeWindowType createNativeWindow(void);