aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkEdge.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/SkEdge.h')
-rw-r--r--src/core/SkEdge.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/SkEdge.h b/src/core/SkEdge.h
index 509c0c448a..7fc685136a 100644
--- a/src/core/SkEdge.h
+++ b/src/core/SkEdge.h
@@ -5,13 +5,13 @@
* found in the LICENSE file.
*/
-
#ifndef SkEdge_DEFINED
#define SkEdge_DEFINED
-#include "SkRect.h"
#include "SkFDot6.h"
#include "SkMath.h"
+#include "SkRect.h"
+#include "SkTo.h"
// This correctly favors the lower-pixel when y0 is on a 1/2 pixel boundary
#define SkEdge_Compute_DY(top, y0) (SkLeftShift(top, 6) + 32 - (y0))