diff options
Diffstat (limited to 'samplecode/SampleCircle.cpp')
| -rw-r--r-- | samplecode/SampleCircle.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/samplecode/SampleCircle.cpp b/samplecode/SampleCircle.cpp index 938b5752ea..9cc927e47d 100644 --- a/samplecode/SampleCircle.cpp +++ b/samplecode/SampleCircle.cpp @@ -1,16 +1,15 @@ + /* * Copyright 2011 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ - #include "SampleCode.h" +#include "SkView.h" #include "SkCanvas.h" #include "SkDevice.h" #include "SkPaint.h" -#include "SkPath.h" -#include "SkView.h" // ensure that we don't accidentally screw up the bounds when the oval is // fractional, and the impl computes the center and radii, and uses them to |
