diff options
author | 2017-07-12 00:49:35 +0000 | |
---|---|---|
committer | 2017-07-12 00:49:35 +0000 | |
commit | 8e661076b670c4fa8e43b5832fffe8ace47c921e (patch) | |
tree | e630ea0371234be615806fde26bf9954a470147f | |
parent | 38bcc110b84e04c00793632c043526a8c86f4463 (diff) | |
parent | ad5a3d5628b89bf3fb7b3b9d1dcb5352ffb3bbfd (diff) |
Merge "remove extraneous `using namespace android`"
-rw-r--r-- | opengl/tests/gl_perf/filltest.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/opengl/tests/gl_perf/filltest.cpp b/opengl/tests/gl_perf/filltest.cpp index 3f8faca87d..4135c6252f 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" |