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_display.h b/opengl/libs/EGL/egl_display.h index 8bb32f4..754085c 100644 --- a/opengl/libs/EGL/egl_display.h +++ b/opengl/libs/EGL/egl_display.h
@@ -31,7 +31,7 @@ #include <utils/String8.h> #include "egldefs.h" -#include "hooks.h" +#include "../hooks.h" // ---------------------------------------------------------------------------- namespace android {