egl.h revision 3464ebd5
13464ebd5Sriastradh/*
23464ebd5Sriastradh * Skeleton egl.h to provide compatibility for early GLES 1.0
33464ebd5Sriastradh * applications. Several early implementations included gl.h
43464ebd5Sriastradh * in egl.h leading applications to include only egl.h
53464ebd5Sriastradh *
63464ebd5Sriastradh * $Revision: 1.1.1.2 $ on $Date: 2014/07/09 19:38:35 $
74a49301eSmrg */
83464ebd5Sriastradh
93464ebd5Sriastradh#ifndef __legacy_egl_h_
103464ebd5Sriastradh#define __legacy_egl_h_
113464ebd5Sriastradh
124a49301eSmrg#include <EGL/egl.h>
134a49301eSmrg#include <GLES/gl.h>
143464ebd5Sriastradh
153464ebd5Sriastradh#endif /* __legacy_egl_h_ */
16