Skip to content
Snippets Groups Projects
Commit ce9fbaca authored by Sadaf Ebrahimi's avatar Sadaf Ebrahimi Committed by Automerger Merge Worker
Browse files

Merge "Adjust with changes in libxml2 upgrade" into main am: da32cbba

parents 34d41508 da32cbba
No related branches found
No related tags found
No related merge requests found
......@@ -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); }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment