Index: tests/LListTest.cpp |
diff --git a/tests/LListTest.cpp b/tests/LListTest.cpp |
index 4c6ff59ee6c473d0b017d3fcdd90f0be946bbbd8..20151c33ecb257d99dbe5a377e1973ce2ac17590 100644 |
--- a/tests/LListTest.cpp |
+++ b/tests/LListTest.cpp |
@@ -5,10 +5,10 @@ |
* found in the LICENSE file. |
*/ |
-#include "Test.h" |
#include "SkRandom.h" |
#include "SkTInternalLList.h" |
#include "SkTLList.h" |
+#include "Test.h" |
class ListElement { |
public: |