aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/RTreeTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/RTreeTest.cpp')
-rw-r--r--tests/RTreeTest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/RTreeTest.cpp b/tests/RTreeTest.cpp
index a78e7462f1..ae8c005170 100644
--- a/tests/RTreeTest.cpp
+++ b/tests/RTreeTest.cpp
@@ -5,10 +5,10 @@
* found in the LICENSE file.
*/
-#include "Test.h"
-#include "SkRandom.h"
#include "SkRTree.h"
+#include "SkRandom.h"
#include "SkTSort.h"
+#include "Test.h"
static const size_t MIN_CHILDREN = 6;
static const size_t MAX_CHILDREN = 11;