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

Unified Diff: Source/core/platform/graphics/harfbuzz/HarfBuzzShaper.cpp

Issue 64643009: Remove duplicated headers from core/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 7 years, 1 month 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
Index: Source/core/platform/graphics/harfbuzz/HarfBuzzShaper.cpp
diff --git a/Source/core/platform/graphics/harfbuzz/HarfBuzzShaper.cpp b/Source/core/platform/graphics/harfbuzz/HarfBuzzShaper.cpp
index 852d143785718de5b7fd6d46e759b037b94e45f7..f6c6da71ced11496d78c6dbb893934fc946f8bfe 100644
--- a/Source/core/platform/graphics/harfbuzz/HarfBuzzShaper.cpp
+++ b/Source/core/platform/graphics/harfbuzz/HarfBuzzShaper.cpp
@@ -36,11 +36,9 @@
#include "core/platform/graphics/Font.h"
#include "core/platform/graphics/harfbuzz/HarfBuzzFace.h"
#include "hb-icu.h"
-#include "platform/graphics/TextRun.h"
#include "platform/text/SurrogatePairAwareTextIterator.h"
#include "wtf/MathExtras.h"
#include "wtf/unicode/Unicode.h"
-#include "wtf/Vector.h"
#include <unicode/normlzr.h>
#include <unicode/uchar.h>

Powered by Google App Engine
This is Rietveld 408576698