| Index: Source/core/svg/properties/SVGAttributeToPropertyMap.cpp
|
| diff --git a/Source/core/svg/properties/SVGAttributeToPropertyMap.cpp b/Source/core/svg/properties/SVGAttributeToPropertyMap.cpp
|
| index cc46ccfa081ffc88309b7ef22d63f0f34efd817c..1ec999c5d3a5add2ee4fb07af3b7e7c6eeb70ef8 100644
|
| --- a/Source/core/svg/properties/SVGAttributeToPropertyMap.cpp
|
| +++ b/Source/core/svg/properties/SVGAttributeToPropertyMap.cpp
|
| @@ -20,10 +20,10 @@
|
| #include "config.h"
|
|
|
| #if ENABLE(SVG)
|
| -#include "SVGAttributeToPropertyMap.h"
|
| +#include "core/svg/properties/SVGAttributeToPropertyMap.h"
|
|
|
| -#include "SVGAnimatedProperty.h"
|
| -#include "SVGPropertyInfo.h"
|
| +#include "core/svg/properties/SVGAnimatedProperty.h"
|
| +#include "core/svg/properties/SVGPropertyInfo.h"
|
|
|
| namespace WebCore {
|
|
|
|
|