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

Unified Diff: Source/core/platform/text/TextEncodingDetectorICU.cpp

Issue 15447002: Remove ~1750 superfluous includes from core (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: rebase a few hours Created 7 years, 7 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/core/platform/text/LocaleToScriptMappingDefault.cpp ('k') | Source/core/plugins/DOMMimeType.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/text/TextEncodingDetectorICU.cpp
diff --git a/Source/core/platform/text/TextEncodingDetectorICU.cpp b/Source/core/platform/text/TextEncodingDetectorICU.cpp
index 30e280082113dac3fe27ed2779f263dde636ba50..b87885c811c229f6684a04497942cfb418f9c422 100644
--- a/Source/core/platform/text/TextEncodingDetectorICU.cpp
+++ b/Source/core/platform/text/TextEncodingDetectorICU.cpp
@@ -29,9 +29,7 @@
*/
#include "config.h"
-#include "core/platform/text/TextEncodingDetector.h"
-#include "wtf/UnusedParam.h"
#include "wtf/text/TextEncoding.h"
#include <unicode/ucnv.h>
#include <unicode/ucsdet.h>
« no previous file with comments | « Source/core/platform/text/LocaleToScriptMappingDefault.cpp ('k') | Source/core/plugins/DOMMimeType.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698