Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1529)

Unified Diff: Source/wtf/unicode/icu/UnicodeIcu.h

Issue 218583007: Removed unused includes from UnicodeIcu.h (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed android compilation issue. Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/platform/text/TextBreakIteratorICU.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/unicode/icu/UnicodeIcu.h
diff --git a/Source/wtf/unicode/icu/UnicodeIcu.h b/Source/wtf/unicode/icu/UnicodeIcu.h
index 23c0a4b0859c97d5b48c68a2f51b8d2be5625d3b..b84e19b19277140b3629839d844f10c45e251210 100644
--- a/Source/wtf/unicode/icu/UnicodeIcu.h
+++ b/Source/wtf/unicode/icu/UnicodeIcu.h
@@ -23,12 +23,8 @@
#ifndef WTF_UNICODE_ICU_H
#define WTF_UNICODE_ICU_H
-#include <unicode/brkiter.h>
-#include <unicode/rbbi.h>
#include <unicode/uchar.h>
-#include <unicode/uscript.h>
#include <unicode/ustring.h>
-#include <unicode/utf16.h>
namespace WTF {
« no previous file with comments | « Source/platform/text/TextBreakIteratorICU.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698