commit | 0f5bf7613311d0ca60b48488ce2238384b945b54 | [log] [tgz] |
---|---|---|
author | Tom Cherry <tomcherry@google.com> | Wed Jul 12 01:04:51 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Jul 12 01:04:51 2017 +0000 |
tree | 7bd6055acb670ff0460c06563a3618bf6cf5f690 | |
parent | 09dfa20c2d05d58253d4632a9b300364a8383bb3 [diff] | |
parent | b6f2d549a6a3a6163c2cdc9fb3824ace2d2d8d06 [diff] |
Merge "remove extraneous `using namespace android`" am: 8e661076b6 am: b765fc92bb am: 7dfd2ba2d6 am: b6f2d549a6 Change-Id: I9cddc201aacea8e6c6a1d36b8217fe4b3fdeb185
diff --git a/opengl/tests/gl_perf/filltest.cpp b/opengl/tests/gl_perf/filltest.cpp index 3f8faca..4135c62 100644 --- a/opengl/tests/gl_perf/filltest.cpp +++ b/opengl/tests/gl_perf/filltest.cpp
@@ -27,10 +27,6 @@ #include <EGL/egl.h> #include <utils/Log.h> - -using namespace android; - - #include "fill_common.cpp"