aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/AndroidPaintTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/AndroidPaintTest.cpp')
-rw-r--r--tests/AndroidPaintTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/AndroidPaintTest.cpp b/tests/AndroidPaintTest.cpp
index 0c0f9db93b..49bab05576 100644
--- a/tests/AndroidPaintTest.cpp
+++ b/tests/AndroidPaintTest.cpp
@@ -1,10 +1,10 @@
// SkPaints only have an SkPaintOptionsAndroid if SK_BUILD_FOR_ANDROID is true.
#ifdef SK_BUILD_FOR_ANDROID
-#include "SkPaintOptionsAndroid.h"
#include "SkOrderedReadBuffer.h"
#include "SkOrderedWriteBuffer.h"
#include "SkPaint.h"
+#include "SkPaintOptionsAndroid.h"
#include "Test.h"
static size_t Reconstruct(const SkPaint& src, SkPaint* dst) {