Remove eglEnums.hpp includes from framework headers
authorPyry Haulos <phaulos@google.com>
Tue, 3 Feb 2015 19:23:07 +0000 (11:23 -0800)
committerPyry Haulos <phaulos@google.com>
Tue, 3 Feb 2015 20:54:20 +0000 (12:54 -0800)
commit7bd8f7c0f982a10c6e7127ce2497ee7e208ea90e
tree9cb61ef28eb1118629ba28a37820d2e10402e5a2
parentccc4d2ad834919d4eeaad0e5dfadd1ab370f542e
Remove eglEnums.hpp includes from framework headers

Platform ports may need to include egl(ext).h, and that will confilict
with defines in eglwEnums.hpp. This change removes eglwEnums.hpp
references from EGL framework headers to allow including actual EGL
headers if necessary.

Change-Id: I4aaa0d40196a7cd041a5a36828f601cdda91d9cc
framework/egl/egluConfigFilter.cpp
framework/egl/egluConfigFilter.hpp
framework/egl/egluUnique.cpp
framework/egl/egluUnique.hpp
modules/egl/teglApiCase.hpp
modules/egl/teglColorClearTests.cpp