Remove last unistr.h include.
No longer used, but managed to avoid previous capture by being included in quotes instead of brackets. Do some iwyu while at it. Change-Id: I838474132995ca130c93f94beaab606828504309 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/292733 Reviewed-by: Mike Reed <reed@google.com> Reviewed-by: Julia Lavrova <jlavrova@google.com> Commit-Queue: Ben Wagner <bungeman@google.com>
This commit is contained in:
parent
07821def6c
commit
19ef693adc
@ -1,11 +1,17 @@
|
||||
// Copyright 2019 Google LLC.
|
||||
#include "include/core/SkPaint.h"
|
||||
|
||||
#include "include/core/SkTypes.h"
|
||||
#include "modules/skparagraph/include/FontCollection.h"
|
||||
#include "modules/skparagraph/include/Paragraph.h"
|
||||
#include "modules/skparagraph/include/ParagraphBuilder.h"
|
||||
#include "modules/skparagraph/include/ParagraphStyle.h"
|
||||
#include "modules/skparagraph/include/TextStyle.h"
|
||||
#include "modules/skparagraph/src/ParagraphBuilderImpl.h"
|
||||
#include "modules/skparagraph/src/ParagraphImpl.h"
|
||||
#include "modules/skparagraph/src/ParagraphUtil.h"
|
||||
#include "src/core/SkSpan.h"
|
||||
#include "unicode/unistr.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <utility>
|
||||
|
||||
namespace skia {
|
||||
namespace textlayout {
|
||||
|
Loading…
Reference in New Issue
Block a user