| Index: Source/core/rendering/ExclusionShape.cpp
|
| diff --git a/Source/core/rendering/ExclusionShape.cpp b/Source/core/rendering/ExclusionShape.cpp
|
| index d38093015201f8b53a83a8364ca712a3fe293f91..4bf84a52ddd4f7ad519a784b45458074f53d48ba 100644
|
| --- a/Source/core/rendering/ExclusionShape.cpp
|
| +++ b/Source/core/rendering/ExclusionShape.cpp
|
| @@ -30,8 +30,8 @@
|
| #include "config.h"
|
| #include "core/rendering/ExclusionShape.h"
|
|
|
| -#include "BasicShapeFunctions.h"
|
| -#include "LengthFunctions.h"
|
| +#include "core/css/BasicShapeFunctions.h"
|
| +#include "core/css/LengthFunctions.h"
|
| #include "core/platform/graphics/FloatSize.h"
|
| #include "core/platform/graphics/WindRule.h"
|
| #include "core/rendering/ExclusionPolygon.h"
|
|
|