| Index: src/animator/SkDrawDash.h
|
| diff --git a/src/animator/SkDrawDash.h b/src/animator/SkDrawDash.h
|
| index 0000462ba7e27c3b92ca23f36fc4f26bb1ffbf0e..fafc4b07e274f3ef6e432cad627c8278770a87d5 100644
|
| --- a/src/animator/SkDrawDash.h
|
| +++ b/src/animator/SkDrawDash.h
|
| @@ -1,4 +1,3 @@
|
| -
|
| /*
|
| * Copyright 2006 The Android Open Source Project
|
| *
|
| @@ -6,11 +5,10 @@
|
| * found in the LICENSE file.
|
| */
|
|
|
| -
|
| #ifndef SkDrawDash_DEFINED
|
| #define SkDrawDash_DEFINED
|
|
|
| -#include "SkPaintParts.h"
|
| +#include "SkPaintPart.h"
|
| #include "SkIntArray.h"
|
|
|
| class SkDash : public SkDrawPathEffect {
|
|
|