aboutsummaryrefslogtreecommitdiffhomepage
path: root/samplecode/SamplePoints.cpp
diff options
context:
space:
mode:
authorGravatar caryclark <caryclark@google.com>2016-02-29 09:13:26 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2016-02-29 09:13:26 -0800
commit9ae14ff4b1100aad8fe9402080a5ecb5a629f815 (patch)
treeead89fb0d0644ae4d3172a5d91ada7c72c913446 /samplecode/SamplePoints.cpp
parent2d225e3a0f968e866409e5b300dc1e053ba4a7b7 (diff)
remove xmlparser includes from samples
Remove all #include SkXMLParser.h from SampleApp samples. R=tomhudson@google.com BUG=skia:309 GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1737383002 Review URL: https://codereview.chromium.org/1737383002
Diffstat (limited to 'samplecode/SamplePoints.cpp')
-rw-r--r--samplecode/SamplePoints.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/samplecode/SamplePoints.cpp b/samplecode/SamplePoints.cpp
index 47a8b17710..6b3f82d682 100644
--- a/samplecode/SamplePoints.cpp
+++ b/samplecode/SamplePoints.cpp
@@ -23,7 +23,6 @@
#include "SkXfermode.h"
#include "SkStream.h"
-#include "SkXMLParser.h"
class PointsView : public SampleView {
public: