diff options
Diffstat (limited to 'base')
-rw-r--r-- | base/word_iterator.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/base/word_iterator.h b/base/word_iterator.h index 53369ff..fc722ef 100644 --- a/base/word_iterator.h +++ b/base/word_iterator.h @@ -31,9 +31,7 @@ #define BASE_WORD_ITERATOR_H__ #include "base/basictypes.h" -#ifndef U_WCHAR_IS_UTF16 -#include "unicode/ustring.h" -#endif +#include "unicode/umachine.h" // Needed for U_WCHAR_IS_UTF16. // The WordIterator class iterates through the words and word breaks // in a string. (In the string " foo bar! ", the word breaks are at the |