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

Unified Diff: Source/platform/text/TextBreakIteratorICU.cpp

Issue 104603004: Minor clean-up: Remove unneeded header files. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Removing more unrequired header files Created 7 years 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/text/TextBreakIteratorICU.cpp
diff --git a/Source/platform/text/TextBreakIteratorICU.cpp b/Source/platform/text/TextBreakIteratorICU.cpp
index 7f31a38b7361623971ef0b2d59dfd5919a5e57a7..4544cf5c0e57f7d038b13d04de142cd745ab88b3 100644
--- a/Source/platform/text/TextBreakIteratorICU.cpp
+++ b/Source/platform/text/TextBreakIteratorICU.cpp
@@ -23,15 +23,10 @@
#include "platform/text/TextBreakIterator.h"
#include "platform/text/TextBreakIteratorInternalICU.h"
-#include "wtf/Assertions.h"
-#include "wtf/HashMap.h"
#include "wtf/PassOwnPtr.h"
#include "wtf/ThreadSpecific.h"
#include "wtf/ThreadingPrimitives.h"
-#include "wtf/text/AtomicString.h"
#include "wtf/text/CString.h"
-#include "wtf/text/WTFString.h"
-#include <unicode/ubrk.h>
lgombos 2014/06/16 18:40:29 Is it is you need to include ubrk.h to get the def
using namespace WTF;
using namespace std;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698