aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/xml/SkXMLWriter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/xml/SkXMLWriter.cpp')
-rw-r--r--src/xml/SkXMLWriter.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/xml/SkXMLWriter.cpp b/src/xml/SkXMLWriter.cpp
index 0be9c5560a..67dcf59d1d 100644
--- a/src/xml/SkXMLWriter.cpp
+++ b/src/xml/SkXMLWriter.cpp
@@ -6,9 +6,7 @@
*/
#include "SkXMLWriter.h"
-
#include "SkStream.h"
-#include "SkTo.h"
SkXMLWriter::SkXMLWriter(bool doEscapeMarkup) : fDoEscapeMarkup(doEscapeMarkup)
{}