| commit | 889bd8bd7f604acae0a6303365bc82c06da1e6f3 | [log] [tgz] |
|---|---|---|
| author | tomhudson@google.com <tomhudson@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Sep 27 17:38:17 2011 +0000 |
| committer | tomhudson@google.com <tomhudson@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Sep 27 17:38:17 2011 +0000 |
| tree | 288c5df190fdb5cde4be14801bd8e70747d0fca5 | |
| parent | 41ecf9253dc00c6688594d4209d1f0ddd3a3dd77 [diff] [blame] |
Make SkMath.h less visible in public header files. git-svn-id: http://skia.googlecode.com/svn/trunk@2340 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/tests/MathTest.cpp b/tests/MathTest.cpp index b9e21ae..7440dfd 100644 --- a/tests/MathTest.cpp +++ b/tests/MathTest.cpp
@@ -7,6 +7,7 @@ */ #include "Test.h" #include "SkFloatingPoint.h" +#include "SkMath.h" #include "SkPoint.h" #include "SkRandom.h"