diff options
Diffstat (limited to 'cmds/incident_helper/src/TextParserBase.cpp')
-rw-r--r-- | cmds/incident_helper/src/TextParserBase.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmds/incident_helper/src/TextParserBase.cpp b/cmds/incident_helper/src/TextParserBase.cpp index a8f9968ee8f6..e9bc70f37026 100644 --- a/cmds/incident_helper/src/TextParserBase.cpp +++ b/cmds/incident_helper/src/TextParserBase.cpp @@ -21,7 +21,6 @@ #include <android-base/file.h> using namespace android::base; -using namespace std; // ================================================================================ status_t NoopParser::Parse(const int in, const int out) const |