| Index: Source/bindings/v8/custom/V8SVGPathSegCustom.cpp
|
| diff --git a/Source/bindings/v8/custom/V8SVGPathSegCustom.cpp b/Source/bindings/v8/custom/V8SVGPathSegCustom.cpp
|
| index 77bf679d4f89f13a24a61ab8fdf4f589d76fa405..8d159757c069698e3f40d50cc8b7e2c755acc574 100644
|
| --- a/Source/bindings/v8/custom/V8SVGPathSegCustom.cpp
|
| +++ b/Source/bindings/v8/custom/V8SVGPathSegCustom.cpp
|
| @@ -29,28 +29,28 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "V8SVGPathSeg.h"
|
| +#include "bindings/core/v8/V8SVGPathSeg.h"
|
|
|
| -#include "V8SVGPathSegArcAbs.h"
|
| -#include "V8SVGPathSegArcRel.h"
|
| -#include "V8SVGPathSegClosePath.h"
|
| -#include "V8SVGPathSegCurvetoCubicAbs.h"
|
| -#include "V8SVGPathSegCurvetoCubicRel.h"
|
| -#include "V8SVGPathSegCurvetoCubicSmoothAbs.h"
|
| -#include "V8SVGPathSegCurvetoCubicSmoothRel.h"
|
| -#include "V8SVGPathSegCurvetoQuadraticAbs.h"
|
| -#include "V8SVGPathSegCurvetoQuadraticRel.h"
|
| -#include "V8SVGPathSegCurvetoQuadraticSmoothAbs.h"
|
| -#include "V8SVGPathSegCurvetoQuadraticSmoothRel.h"
|
| -#include "V8SVGPathSegLinetoAbs.h"
|
| -#include "V8SVGPathSegLinetoHorizontalAbs.h"
|
| -#include "V8SVGPathSegLinetoHorizontalRel.h"
|
| -#include "V8SVGPathSegLinetoRel.h"
|
| -#include "V8SVGPathSegLinetoVerticalAbs.h"
|
| -#include "V8SVGPathSegLinetoVerticalRel.h"
|
| -#include "V8SVGPathSegMovetoAbs.h"
|
| -#include "V8SVGPathSegMovetoRel.h"
|
| -#include "V8Window.h"
|
| +#include "bindings/core/v8/V8SVGPathSegArcAbs.h"
|
| +#include "bindings/core/v8/V8SVGPathSegArcRel.h"
|
| +#include "bindings/core/v8/V8SVGPathSegClosePath.h"
|
| +#include "bindings/core/v8/V8SVGPathSegCurvetoCubicAbs.h"
|
| +#include "bindings/core/v8/V8SVGPathSegCurvetoCubicRel.h"
|
| +#include "bindings/core/v8/V8SVGPathSegCurvetoCubicSmoothAbs.h"
|
| +#include "bindings/core/v8/V8SVGPathSegCurvetoCubicSmoothRel.h"
|
| +#include "bindings/core/v8/V8SVGPathSegCurvetoQuadraticAbs.h"
|
| +#include "bindings/core/v8/V8SVGPathSegCurvetoQuadraticRel.h"
|
| +#include "bindings/core/v8/V8SVGPathSegCurvetoQuadraticSmoothAbs.h"
|
| +#include "bindings/core/v8/V8SVGPathSegCurvetoQuadraticSmoothRel.h"
|
| +#include "bindings/core/v8/V8SVGPathSegLinetoAbs.h"
|
| +#include "bindings/core/v8/V8SVGPathSegLinetoHorizontalAbs.h"
|
| +#include "bindings/core/v8/V8SVGPathSegLinetoHorizontalRel.h"
|
| +#include "bindings/core/v8/V8SVGPathSegLinetoRel.h"
|
| +#include "bindings/core/v8/V8SVGPathSegLinetoVerticalAbs.h"
|
| +#include "bindings/core/v8/V8SVGPathSegLinetoVerticalRel.h"
|
| +#include "bindings/core/v8/V8SVGPathSegMovetoAbs.h"
|
| +#include "bindings/core/v8/V8SVGPathSegMovetoRel.h"
|
| +#include "bindings/core/v8/V8Window.h"
|
| #include "bindings/v8/V8DOMWrapper.h"
|
|
|
| namespace WebCore {
|
|
|