aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/StreamTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/StreamTest.cpp')
-rw-r--r--tests/StreamTest.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/StreamTest.cpp b/tests/StreamTest.cpp
index ecb8336596..7cf3126d61 100644
--- a/tests/StreamTest.cpp
+++ b/tests/StreamTest.cpp
@@ -5,11 +5,11 @@
* found in the LICENSE file.
*/
-#include "Test.h"
-#include "SkRandom.h"
+#include "SkData.h"
#include "SkOSFile.h"
+#include "SkRandom.h"
#include "SkStream.h"
-#include "SkData.h"
+#include "Test.h"
#ifndef SK_BUILD_FOR_WIN
#include <unistd.h>