| Index: src/core/SkGeometry.cpp
|
| diff --git a/src/core/SkGeometry.cpp b/src/core/SkGeometry.cpp
|
| index 6295202764b7d8c3e7c84fb47e46a5d0c7cb4f30..85ad39998328133f7cfa87dbbf620e9281c15fc6 100644
|
| --- a/src/core/SkGeometry.cpp
|
| +++ b/src/core/SkGeometry.cpp
|
| @@ -1,4 +1,3 @@
|
| -
|
| /*
|
| * Copyright 2006 The Android Open Source Project
|
| *
|
| @@ -6,9 +5,7 @@
|
| * found in the LICENSE file.
|
| */
|
|
|
| -
|
| #include "SkGeometry.h"
|
| -#include "Sk64.h"
|
| #include "SkMatrix.h"
|
|
|
| bool SkXRayCrossesLine(const SkXRay& pt, const SkPoint pts[2], bool* ambiguous) {
|
|
|