Replace SkMath.h includes as required for fixed point.

git-svn-id: http://skia.googlecode.com/svn/trunk@2341 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
tomhudson@google.com 2011-09-27 18:03:23 +00:00
parent 889bd8bd7f
commit c12e1b138e
3 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,7 @@
#ifndef SkPoint_DEFINED
#define SkPoint_DEFINED
#include "SkMath.h"
#include "SkScalar.h"
/** \struct SkIPoint

View File

@ -7,6 +7,7 @@
*/
#include "SkScriptRuntime.h"
#include "SkScript2.h"
#include "SkMath.h"
#include "SkParse.h"
#include "SkScriptCallBack.h"
#include "SkString.h"

View File

@ -7,6 +7,7 @@
*/
#include "SkMath.h"
#include "SkScalar.h"
SkScalar SkScalarInterpFunc(SkScalar searchKey, const SkScalar keys[],