aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/MD5Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/MD5Test.cpp')
-rw-r--r--tests/MD5Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/MD5Test.cpp b/tests/MD5Test.cpp
index ae827f7a6b..efad26d485 100644
--- a/tests/MD5Test.cpp
+++ b/tests/MD5Test.cpp
@@ -5,8 +5,8 @@
* found in the LICENSE file.
*/
-#include "Test.h"
#include "SkMD5.h"
+#include "Test.h"
static bool digests_equal(const SkMD5::Digest& expectedDigest, const SkMD5::Digest& computedDigest) {
for (size_t i = 0; i < SK_ARRAY_COUNT(expectedDigest.data); ++i) {