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/GLES2/gl2.cpp b/opengl/libs/GLES2/gl2.cpp index dd454bd..fad2176 100644 --- a/opengl/libs/GLES2/gl2.cpp +++ b/opengl/libs/GLES2/gl2.cpp
@@ -27,8 +27,8 @@ #include <cutils/log.h> #include <cutils/properties.h> -#include "hooks.h" -#include "egl_impl.h" +#include "../hooks.h" +#include "../egl_impl.h" using namespace android;