Index: src/core/SkTSort.h |
diff --git a/src/core/SkTSort.h b/src/core/SkTSort.h |
index 51b103cb5da3a5d79fa75c12a7286f48f3a32599..7101bab9bab58aa7d4ab592464b1f3fb2bed57fe 100644 |
--- a/src/core/SkTSort.h |
+++ b/src/core/SkTSort.h |
@@ -10,7 +10,7 @@ |
#define SkTSort_DEFINED |
#include "SkTypes.h" |
-#include "SkMath.h" |
+#include "SkMathPriv.h" |
/* A comparison functor which performs the comparison 'a < b'. */ |
template <typename T> struct SkTCompareLT { |