From 4b163ed2c22facbe8891616874ae07ba7827d9c9 Mon Sep 17 00:00:00 2001 From: "reed@google.com" Date: Tue, 7 Aug 2012 21:35:13 +0000 Subject: Privatization: move SkFDot.h to private move parts of SkMath.h into SkMathPriv.h Review URL: https://codereview.appspot.com/6461045 git-svn-id: http://skia.googlecode.com/svn/trunk@4997 2bbb7eff-a529-9590-31e7-b0007b416f81 --- tests/ColorTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/ColorTest.cpp') diff --git a/tests/ColorTest.cpp b/tests/ColorTest.cpp index 83e2e3fada..86729d2756 100644 --- a/tests/ColorTest.cpp +++ b/tests/ColorTest.cpp @@ -8,7 +8,7 @@ #include "Test.h" #include "SkColor.h" #include "SkColorPriv.h" -#include "SkMath.h" +#include "SkMathPriv.h" #include "SkRandom.h" #include "SkUnPreMultiply.h" -- cgit v1.2.3