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

Commit 81a4a53e authored by Sadaf Ebrahimi's avatar Sadaf Ebrahimi
Browse files

Adjust with changes in libxml2 upgrade

Bug: http://b/307806447
Test: TreeHugger
Change-Id: Ib07514426643d8682c768b87e32fff2abddcda13
parent c056440a
Loading
Loading
Loading
Loading
+8 −10
Original line number Diff line number Diff line
@@ -21,22 +21,20 @@
#include <android/font.h>
#include <android/font_matcher.h>
#include <android/system_fonts.h>

#include <memory>
#include <string>
#include <vector>

#include <errno.h>
#include <fcntl.h>
#include <libxml/tree.h>
#include <log/log.h>
#include <sys/stat.h>
#include <unistd.h>

#include <hwui/MinikinSkia.h>
#include <libxml/parser.h>
#include <log/log.h>
#include <minikin/FontCollection.h>
#include <minikin/LocaleList.h>
#include <minikin/SystemFonts.h>
#include <sys/stat.h>
#include <unistd.h>

#include <memory>
#include <string>
#include <vector>

struct XmlCharDeleter {
    void operator()(xmlChar* b) { xmlFree(b); }