aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/Sk64.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/Sk64.cpp')
-rw-r--r--src/core/Sk64.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/Sk64.cpp b/src/core/Sk64.cpp
index f3506564a5..c530ed866f 100644
--- a/src/core/Sk64.cpp
+++ b/src/core/Sk64.cpp
@@ -1,4 +1,3 @@
-
/*
* Copyright 2006 The Android Open Source Project
*
@@ -7,7 +6,7 @@
*/
#include "Sk64.h"
-#include "SkMath.h"
+#include "SkMathPriv.h"
#define shift_left(hi, lo) \
hi = (hi << 1) | (lo >> 31); \