Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(843)

Unified Diff: tests/TSetTest.cpp

Issue 145313004: Cleanup: Sanitize the order of includes under tests/ (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: more two fixes Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/TLSTest.cpp ('k') | tests/Test.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/TSetTest.cpp
diff --git a/tests/TSetTest.cpp b/tests/TSetTest.cpp
index dc536332bd14b534de6116ffbfbba8ae8bb3929c..3f826480ad52437bcef981386a4de8bf13efd7ea 100644
--- a/tests/TSetTest.cpp
+++ b/tests/TSetTest.cpp
@@ -5,8 +5,8 @@
* found in the LICENSE file.
*/
-#include "Test.h"
#include "SkTSet.h"
+#include "Test.h"
// Tests the SkTSet<T> class template.
// Functions that just call SkTDArray are not tested.
« no previous file with comments | « tests/TLSTest.cpp ('k') | tests/Test.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698