diff options
Diffstat (limited to 'samplecode/SampleEmptyPath.cpp')
| -rw-r--r-- | samplecode/SampleEmptyPath.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/samplecode/SampleEmptyPath.cpp b/samplecode/SampleEmptyPath.cpp index 6071f42753..53e2199853 100644 --- a/samplecode/SampleEmptyPath.cpp +++ b/samplecode/SampleEmptyPath.cpp @@ -1,15 +1,14 @@ + /* * 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 "SkPaint.h" -#include "SkPath.h" #include "SkRandom.h" #include "SkString.h" |
