aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/xml
diff options
context:
space:
mode:
authorGravatar tomhudson@google.com <tomhudson@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-09-27 17:38:17 +0000
committerGravatar tomhudson@google.com <tomhudson@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-09-27 17:38:17 +0000
commit889bd8bd7f604acae0a6303365bc82c06da1e6f3 (patch)
tree288c5df190fdb5cde4be14801bd8e70747d0fca5 /include/xml
parent41ecf9253dc00c6688594d4209d1f0ddd3a3dd77 (diff)
Make SkMath.h less visible in public header files.
git-svn-id: http://skia.googlecode.com/svn/trunk@2340 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include/xml')
-rw-r--r--include/xml/SkDOM.h1
-rw-r--r--include/xml/SkXMLParser.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/include/xml/SkDOM.h b/include/xml/SkDOM.h
index 900cbba4cf..60145c8efa 100644
--- a/include/xml/SkDOM.h
+++ b/include/xml/SkDOM.h
@@ -11,7 +11,6 @@
#define SkDOM_DEFINED
#include "SkChunkAlloc.h"
-#include "SkMath.h"
#include "SkScalar.h"
#include "SkTemplates.h"
diff --git a/include/xml/SkXMLParser.h b/include/xml/SkXMLParser.h
index ef2db4a9f0..bd8c2f15ee 100644
--- a/include/xml/SkXMLParser.h
+++ b/include/xml/SkXMLParser.h
@@ -10,7 +10,6 @@
#ifndef SkXMLParser_DEFINED
#define SkXMLParser_DEFINED
-#include "SkMath.h"
#include "SkString.h"
class SkStream;