| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGEllipse.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGEllipse.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGEllipse.cpp
|
| index 8809a19effc56498f07bce318b1f8db40dee533e..64006b248cb5930377be202cbd34eed2016daf98 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGEllipse.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGEllipse.cpp
|
| @@ -24,13 +24,10 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -
|
| #include "core/layout/svg/LayoutSVGEllipse.h"
|
|
|
| #include "core/svg/SVGCircleElement.h"
|
| #include "core/svg/SVGEllipseElement.h"
|
| -
|
| #include <cmath>
|
|
|
| namespace blink {
|
|
|