| Index: Source/core/svg/SVGAnimatedEnumeration.h
|
| diff --git a/Source/core/svg/SVGAnimatedEnumeration.h b/Source/core/svg/SVGAnimatedEnumeration.h
|
| index 84476022bbd7c31b27affae77db72f46d4aa378e..8960c58a83623cea98bd59e8c62e61ca73855966 100644
|
| --- a/Source/core/svg/SVGAnimatedEnumeration.h
|
| +++ b/Source/core/svg/SVGAnimatedEnumeration.h
|
| @@ -21,9 +21,9 @@
|
| #define SVGAnimatedEnumeration_h
|
|
|
| #if ENABLE(SVG)
|
| -#include "SVGAnimatedEnumerationPropertyTearOff.h"
|
| -#include "SVGAnimatedPropertyMacros.h"
|
| #include "SVGAnimatedTypeAnimator.h"
|
| +#include "core/svg/properties/SVGAnimatedEnumerationPropertyTearOff.h"
|
| +#include "core/svg/properties/SVGAnimatedPropertyMacros.h"
|
|
|
| namespace WebCore {
|
|
|
|
|