aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/SVGDeviceTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/SVGDeviceTest.cpp')
-rw-r--r--tests/SVGDeviceTest.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/SVGDeviceTest.cpp b/tests/SVGDeviceTest.cpp
index bdd832c43b..b55a35fc56 100644
--- a/tests/SVGDeviceTest.cpp
+++ b/tests/SVGDeviceTest.cpp
@@ -8,21 +8,22 @@
#include "SkBitmap.h"
#include "SkCanvas.h"
-#include "SkDOM.h"
#include "SkData.h"
#include "SkImage.h"
#include "SkImageShader.h"
#include "SkParse.h"
-#include "SkSVGCanvas.h"
#include "SkShader.h"
#include "SkStream.h"
-#include "SkXMLWriter.h"
#include "Test.h"
#include <string.h>
#ifdef SK_XML
+#include "SkDOM.h"
+#include "SkSVGCanvas.h"
+#include "SkXMLWriter.h"
+
namespace {