commit | 39c24a20bbc697630d2b92c251b70c04d6f9d00c | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Thu Apr 04 23:17:56 2013 -0700 |
committer | Mathias Agopian <mathias@google.com> | Thu Apr 04 23:30:18 2013 -0700 |
tree | c05d0967f60f99a03b0e392bcf663eb510d489d4 | |
parent | 18bd1d6d55a275d23188251169dfe3cc74882665 [diff] [blame] |
fix local include paths Change-Id: Icb921fa796ec08612dbb2feb7e7161bcb0cf4a99
diff --git a/opengl/libs/EGL/egl_cache.cpp b/opengl/libs/EGL/egl_cache.cpp index 72655df..03397a9 100644 --- a/opengl/libs/EGL/egl_cache.cpp +++ b/opengl/libs/EGL/egl_cache.cpp
@@ -14,9 +14,10 @@ ** limitations under the License. */ +#include "../egl_impl.h" + #include "egl_cache.h" #include "egl_display.h" -#include "egl_impl.h" #include "egldefs.h" #include <fcntl.h>