summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-10-31 23:15:38 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-10-31 23:15:38 +0000
commit320008226741df975ccb7dd097ede5ed6634a755 (patch)
tree6fe1b01c9b774d72d30963a83c9bb8068cfbc0db
parentf443d4ab08bf4c1c567a5d1dc9299d5237d5f147 (diff)
parent415112fea8f6699e2696a9edcfaebbb2eb5f4ceb (diff)
downloadminikin-320008226741df975ccb7dd097ede5ed6634a755.tar.gz
Snap for 11031798 from 415112fea8f6699e2696a9edcfaebbb2eb5f4ceb to sdk-release
Change-Id: I17877a4f7a4f1fc018c389ab0ce50410c0f3cab4
-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 {