| Index: src/pathops/SkLineParameters.h
|
| diff --git a/src/pathops/SkLineParameters.h b/src/pathops/SkLineParameters.h
|
| index 92343c691bd20c9a13d3f632db9e15b71cffa2d0..073d0360208403468fb475864ab26e8d11cef9cc 100644
|
| --- a/src/pathops/SkLineParameters.h
|
| +++ b/src/pathops/SkLineParameters.h
|
| @@ -4,6 +4,10 @@
|
| * Use of this source code is governed by a BSD-style license that can be
|
| * found in the LICENSE file.
|
| */
|
| +
|
| +#ifndef SkLineParameters_DEFINED
|
| +#define SkLineParameters_DEFINED
|
| +
|
| #include "SkPathOpsCubic.h"
|
| #include "SkPathOpsLine.h"
|
| #include "SkPathOpsQuad.h"
|
| @@ -173,3 +177,5 @@ private:
|
| double fB;
|
| double fC;
|
| };
|
| +
|
| +#endif
|
|
|