aboutsummaryrefslogtreecommitdiffhomepage
path: root/samplecode/SampleArc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'samplecode/SampleArc.cpp')
-rw-r--r--samplecode/SampleArc.cpp17
1 files changed, 9 insertions, 8 deletions
diff --git a/samplecode/SampleArc.cpp b/samplecode/SampleArc.cpp
index 2073060645..b3b1cfefaf 100644
--- a/samplecode/SampleArc.cpp
+++ b/samplecode/SampleArc.cpp
@@ -7,22 +7,23 @@
#include "SampleCode.h"
#include "SkAnimTimer.h"
-#include "SkView.h"
#include "SkCanvas.h"
+#include "SkColorFilter.h"
+#include "SkColorPriv.h"
+#include "SkCornerPathEffect.h"
#include "SkDrawable.h"
#include "SkGradientShader.h"
+#include "SkLayerRasterizer.h"
#include "SkPath.h"
+#include "SkPathMeasure.h"
+#include "SkPictureRecorder.h"
+#include "SkRandom.h"
#include "SkRegion.h"
#include "SkShader.h"
+#include "SkString.h"
#include "SkUtils.h"
+#include "SkView.h"
#include "Sk1DPathEffect.h"
-#include "SkCornerPathEffect.h"
-#include "SkPathMeasure.h"
-#include "SkPictureRecorder.h"
-#include "SkRandom.h"
-#include "SkColorPriv.h"
-#include "SkColorFilter.h"
-#include "SkLayerRasterizer.h"
#include "SkParsePath.h"
static void testparse() {