101e04c3fSmrg/*
201e04c3fSmrg** Copyright (c) 2008-2017 The Khronos Group Inc.
301e04c3fSmrg**
401e04c3fSmrg** Licensed under the Apache License, Version 2.0 (the "License");
501e04c3fSmrg** you may not use this file except in compliance with the License.
601e04c3fSmrg** You may obtain a copy of the License at
701e04c3fSmrg**
801e04c3fSmrg**     http://www.apache.org/licenses/LICENSE-2.0
901e04c3fSmrg**
1001e04c3fSmrg** Unless required by applicable law or agreed to in writing, software
1101e04c3fSmrg** distributed under the License is distributed on an "AS IS" BASIS,
1201e04c3fSmrg** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1301e04c3fSmrg** See the License for the specific language governing permissions and
1401e04c3fSmrg** limitations under the License.
1501e04c3fSmrg*/
1601e04c3fSmrg
173464ebd5Sriastradh/*
183464ebd5Sriastradh * Skeleton egl.h to provide compatibility for early GLES 1.0
193464ebd5Sriastradh * applications. Several early implementations included gl.h
203464ebd5Sriastradh * in egl.h leading applications to include only egl.h
214a49301eSmrg */
223464ebd5Sriastradh
233464ebd5Sriastradh#ifndef __legacy_egl_h_
243464ebd5Sriastradh#define __legacy_egl_h_
253464ebd5Sriastradh
264a49301eSmrg#include <EGL/egl.h>
274a49301eSmrg#include <GLES/gl.h>
283464ebd5Sriastradh
293464ebd5Sriastradh#endif /* __legacy_egl_h_ */
30