aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core
diff options
context:
space:
mode:
Diffstat (limited to 'include/core')
-rw-r--r--include/core/Sk64.h1
-rw-r--r--include/core/SkFixed.h2
-rw-r--r--include/core/SkPaint.h1
-rw-r--r--include/core/SkPoint.h1
4 files changed, 1 insertions, 4 deletions
diff --git a/include/core/Sk64.h b/include/core/Sk64.h
index 24b94d1699..b86e0be7d4 100644
--- a/include/core/Sk64.h
+++ b/include/core/Sk64.h
@@ -11,7 +11,6 @@
#define Sk64_DEFINED
#include "SkFixed.h"
-#include "SkMath.h"
/** \class Sk64
diff --git a/include/core/SkFixed.h b/include/core/SkFixed.h
index 625074fe65..0af5d9ddd4 100644
--- a/include/core/SkFixed.h
+++ b/include/core/SkFixed.h
@@ -10,7 +10,7 @@
#ifndef SkFixed_DEFINED
#define SkFixed_DEFINED
-#include "SkMath.h"
+#include "SkTypes.h"
/** \file SkFixed.h
diff --git a/include/core/SkPaint.h b/include/core/SkPaint.h
index a1dc59c179..e2b3be7645 100644
--- a/include/core/SkPaint.h
+++ b/include/core/SkPaint.h
@@ -11,7 +11,6 @@
#define SkPaint_DEFINED
#include "SkColor.h"
-#include "SkMath.h"
#include "SkXfermode.h"
class SkAutoGlyphCache;
diff --git a/include/core/SkPoint.h b/include/core/SkPoint.h
index fedc404a33..6063a093ba 100644
--- a/include/core/SkPoint.h
+++ b/include/core/SkPoint.h
@@ -10,7 +10,6 @@
#ifndef SkPoint_DEFINED
#define SkPoint_DEFINED
-#include "SkMath.h"
#include "SkScalar.h"
/** \struct SkIPoint