commit | cc0eaa6582563f51c98db1b232200ac4d2a9a996 | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Fri Feb 24 16:42:46 2012 -0800 |
committer | Mathias Agopian <mathias@google.com> | Fri Feb 24 16:42:46 2012 -0800 |
tree | 68fcede9c118f7a72de79d0402e92c97b4edfaf3 | |
parent | 7b49b4bea8090bb8e5015225eb05686d3676205c [diff] [blame] |
remove libui dependency on libEGL Change-Id: I1194f04085637d5c384e134967249430cc43b6ee
diff --git a/opengl/tests/lib/glTestLib.cpp b/opengl/tests/lib/glTestLib.cpp index 052cbd7..b434fc7 100644 --- a/opengl/tests/lib/glTestLib.cpp +++ b/opengl/tests/lib/glTestLib.cpp
@@ -26,7 +26,7 @@ #include <GLES2/gl2.h> #include <GLES2/gl2ext.h> -#include <ui/EGLUtils.h> +#include "EGLUtils.h" #include <utils/Log.h> #include <testUtil.h>