summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSadaf Ebrahimi <sadafebrahimi@google.com>2023-10-04 19:31:56 +0000
committerSadaf Ebrahimi <sadafebrahimi@google.com>2023-10-26 16:48:47 +0000
commit415112fea8f6699e2696a9edcfaebbb2eb5f4ceb (patch)
tree6fe1b01c9b774d72d30963a83c9bb8068cfbc0db
parent9106dcd9bf071907c4ef7d63a793c667500cc641 (diff)
downloadminikin-415112fea8f6699e2696a9edcfaebbb2eb5f4ceb.tar.gz
Adjust with changes in libxml2 upgrade
Bug: http://b/307806447 Test: TreeHugger Change-Id: I7cf59b4329fd0e14fb44bd27b91d1fa0b668e1c1
-rw-r--r--tests/util/FontTestUtils.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/util/FontTestUtils.cpp b/tests/util/FontTestUtils.cpp
index a1025fe..5308e0c 100644
--- a/tests/util/FontTestUtils.cpp
+++ b/tests/util/FontTestUtils.cpp
@@ -16,18 +16,18 @@
#define LOG_TAG "Minikin"
-#include <libxml/tree.h>
+#include "FontTestUtils.h"
+
+#include <libxml/parser.h>
#include <log/log.h>
#include <unistd.h>
-#include "minikin/FontCollection.h"
-#include "minikin/FontFamily.h"
-#include "minikin/LocaleList.h"
-
-#include "FontTestUtils.h"
#include "FreeTypeMinikinFontForTest.h"
#include "LocaleListCache.h"
#include "MinikinInternal.h"
+#include "minikin/FontCollection.h"
+#include "minikin/FontFamily.h"
+#include "minikin/LocaleList.h"
namespace minikin {