Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2d76d4f3 authored by Kristian Monsen's avatar Kristian Monsen
Browse files

Fix build break in master-chromium

Include needed headers and sort them correctly.

Change-Id: I8557c98234d86f4d0b105182f4f191a826c9aeb5
parent b6cf3c02
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -28,11 +28,12 @@
#include <utils/RefBase.h>
#include <utils/Singleton.h>

#include <SkAutoKern.h>
#include <SkLanguage.h>
#include <SkPaint.h>
#include <SkTemplates.h>
#include <SkTypeface.h>
#include <SkUtils.h>
#include <SkAutoKern.h>
#include <SkLanguage.h>

#include <unicode/ubidi.h>
#include <unicode/unistr.h>