diff options
author | Samuel Tan <samueltan@google.com> | 2016-02-16 14:20:05 -0800 |
---|---|---|
committer | Samuel Tan <samueltan@google.com> | 2016-02-18 17:04:23 -0800 |
commit | 9ac4e005b4fbc32fe63dd566c5c7e54e186fbe5c (patch) | |
tree | 1d06f26f2d8eed8db561cbcbc7343a070c2f4761 /libutils/String16.cpp | |
parent | 95fd5270653d9004466ab54bfc3d7f82a5014baf (diff) |
libutils: add String8 and String16 std_string utility methods
Add utility methods that convert String16 and String8 into
std::string.
Also, remove a repeated include of <utils/Unicode.h> in
String16.h, since it is not used in that header file,
and is already included in String16.cpp.
BUG: 27200800
Change-Id: I5238aeb70689499763060a99dff9950fbb7adb3e
TEST: libutils builds successfully.
Diffstat (limited to 'libutils/String16.cpp')
-rw-r--r-- | libutils/String16.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libutils/String16.cpp b/libutils/String16.cpp index 449fb205c..87eda1b35 100644 --- a/libutils/String16.cpp +++ b/libutils/String16.cpp @@ -18,7 +18,6 @@ #include <utils/Log.h> #include <utils/Unicode.h> -#include <utils/String8.h> #include <utils/threads.h> #include <memory.h> |