diff --git a/libutils/include/utils/String16.h b/libutils/include/utils/String16.h index cb3d338f2..15ed19fb8 100644 --- a/libutils/include/utils/String16.h +++ b/libutils/include/utils/String16.h @@ -35,9 +35,7 @@ namespace android { // --------------------------------------------------------------------------- -class SharedBuffer; class String8; -class TextOutput; //! This is a string holding UTF-16 characters. class String16 diff --git a/libutils/include/utils/String8.h b/libutils/include/utils/String8.h index 1f3e5d865..0225c6be6 100644 --- a/libutils/include/utils/String8.h +++ b/libutils/include/utils/String8.h @@ -31,7 +31,6 @@ namespace android { class String16; -class TextOutput; //! This is a string holding UTF-8 characters. Does not allow the value more // than 0x10FFFF, which is not valid unicode codepoint.