aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/utils/SkInterpolator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/SkInterpolator.cpp')
-rw-r--r--src/utils/SkInterpolator.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/utils/SkInterpolator.cpp b/src/utils/SkInterpolator.cpp
index 141adaf29f..d64316d845 100644
--- a/src/utils/SkInterpolator.cpp
+++ b/src/utils/SkInterpolator.cpp
@@ -8,10 +8,9 @@
#include "SkInterpolator.h"
#include "SkFixed.h"
-#include "SkMalloc.h"
#include "SkMath.h"
+#include "SkMalloc.h"
#include "SkTSearch.h"
-#include "SkTo.h"
SkInterpolatorBase::SkInterpolatorBase() {
fStorage = nullptr;