| Index: Source/core/svg/properties/SVGAnimatedEnumerationPropertyTearOff.h
|
| diff --git a/Source/core/svg/properties/SVGAnimatedEnumerationPropertyTearOff.h b/Source/core/svg/properties/SVGAnimatedEnumerationPropertyTearOff.h
|
| index 28aaaa473cb36a8a23408c5a1df77b1ddd00373e..bb2aeb6f6b0ca3185ce008feeb8ea92270f93881 100644
|
| --- a/Source/core/svg/properties/SVGAnimatedEnumerationPropertyTearOff.h
|
| +++ b/Source/core/svg/properties/SVGAnimatedEnumerationPropertyTearOff.h
|
| @@ -21,9 +21,9 @@
|
| #define SVGAnimatedEnumerationPropertyTearOff_h
|
|
|
| #if ENABLE(SVG)
|
| -#include "SVGAnimatedStaticPropertyTearOff.h"
|
| #include "SVGException.h"
|
| -#include "SVGPropertyTraits.h"
|
| +#include "core/svg/properties/SVGAnimatedStaticPropertyTearOff.h"
|
| +#include "core/svg/properties/SVGPropertyTraits.h"
|
|
|
| namespace WebCore {
|
|
|
|
|