aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkTSort.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/SkTSort.h')
-rw-r--r--src/core/SkTSort.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/SkTSort.h b/src/core/SkTSort.h
index e76f5c93f7..a97baf9446 100644
--- a/src/core/SkTSort.h
+++ b/src/core/SkTSort.h
@@ -5,12 +5,12 @@
* found in the LICENSE file.
*/
-
#ifndef SkTSort_DEFINED
#define SkTSort_DEFINED
-#include "SkTypes.h"
#include "SkMathPriv.h"
+#include "SkTo.h"
+#include "SkTypes.h"
/* A comparison functor which performs the comparison 'a < b'. */
template <typename T> struct SkTCompareLT {