aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Reader32Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Reader32Test.cpp')
-rw-r--r--tests/Reader32Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Reader32Test.cpp b/tests/Reader32Test.cpp
index d557f32715..cfa08b3c1f 100644
--- a/tests/Reader32Test.cpp
+++ b/tests/Reader32Test.cpp
@@ -5,8 +5,8 @@
* found in the LICENSE file.
*/
-#include "Test.h"
#include "SkReader32.h"
+#include "Test.h"
static void assert_eof(skiatest::Reporter* reporter, const SkReader32& reader) {
REPORTER_ASSERT(reporter, reader.eof());