commit | 8e661076b670c4fa8e43b5832fffe8ace47c921e | [log] [tgz] |
---|---|---|
author | Tom Cherry <tomcherry@google.com> | Wed Jul 12 00:49:35 2017 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Jul 12 00:49:35 2017 +0000 |
tree | e630ea0371234be615806fde26bf9954a470147f | |
parent | 38bcc110b84e04c00793632c043526a8c86f4463 [diff] | |
parent | ad5a3d5628b89bf3fb7b3b9d1dcb5352ffb3bbfd [diff] |
Merge "remove extraneous `using namespace android`"
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"