diff options
author | Christopher Wiley <wiley@google.com> | 2015-08-28 23:09:50 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2015-08-28 23:09:50 +0000 |
commit | 3fc6f441ac88aff88a9c474bd1ae93dfde3ed11a (patch) | |
tree | 1573527fc45b03acf1dae8c0980049633ae50a17 /tools/aidl/aidl.cpp | |
parent | ea288fd3d4272cc6cd5da94b942fc4cfdc76e030 (diff) | |
parent | 1eaa9ed33488bbc8fe3d9185fd053e5aa1246681 (diff) |
Merge "Do not merge namespaces"
Diffstat (limited to 'tools/aidl/aidl.cpp')
-rw-r--r-- | tools/aidl/aidl.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/aidl/aidl.cpp b/tools/aidl/aidl.cpp index 438007f527d5..2d8f0acf8bb5 100644 --- a/tools/aidl/aidl.cpp +++ b/tools/aidl/aidl.cpp @@ -31,7 +31,10 @@ #define MIN_USER_SET_METHOD_ID 0 #define MAX_USER_SET_METHOD_ID 16777214 -using namespace std; +using std::map; +using std::set; +using std::string; +using std::vector; static void test_document(document_item_type* d) |