diff options
| author | Mathias Agopian <mathias@google.com> | 2012-02-24 16:42:46 -0800 |
|---|---|---|
| committer | Mathias Agopian <mathias@google.com> | 2012-02-24 16:42:46 -0800 |
| commit | cc0eaa6582563f51c98db1b232200ac4d2a9a996 (patch) | |
| tree | 68fcede9c118f7a72de79d0402e92c97b4edfaf3 /opengl/tests/gl2_basic/gl2_basic.cpp | |
| parent | 7b49b4bea8090bb8e5015225eb05686d3676205c (diff) | |
remove libui dependency on libEGL
Change-Id: I1194f04085637d5c384e134967249430cc43b6ee
Diffstat (limited to 'opengl/tests/gl2_basic/gl2_basic.cpp')
| -rw-r--r-- | opengl/tests/gl2_basic/gl2_basic.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl/tests/gl2_basic/gl2_basic.cpp b/opengl/tests/gl2_basic/gl2_basic.cpp index f274c7c4ef9a..7007871dad45 100644 --- a/opengl/tests/gl2_basic/gl2_basic.cpp +++ b/opengl/tests/gl2_basic/gl2_basic.cpp @@ -27,7 +27,7 @@ #include <utils/Timers.h> #include <ui/FramebufferNativeWindow.h> -#include <ui/EGLUtils.h> +#include "EGLUtils.h" using namespace android; |
