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

Commit da32cbba authored by Sadaf Ebrahimi's avatar Sadaf Ebrahimi Committed by Gerrit Code Review
Browse files

Merge "Adjust with changes in libxml2 upgrade" into main

parents c056440a 81a4a53e
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); }