| Index: Source/core/page/animation/CSSPropertyAnimation.cpp
 | 
| diff --git a/Source/core/page/animation/CSSPropertyAnimation.cpp b/Source/core/page/animation/CSSPropertyAnimation.cpp
 | 
| index af3403fa00192ea4392e27b52145f6798bc5c380..5aa840d1fed0263f6fceef0fa08257b21ea83b23 100644
 | 
| --- a/Source/core/page/animation/CSSPropertyAnimation.cpp
 | 
| +++ b/Source/core/page/animation/CSSPropertyAnimation.cpp
 | 
| @@ -33,16 +33,12 @@
 | 
|  #include <algorithm>
 | 
|  #include "CSSPropertyNames.h"
 | 
|  #include "core/css/CSSCrossfadeValue.h"
 | 
| -#include "core/css/CSSImageGeneratorValue.h"
 | 
|  #include "core/css/CSSImageValue.h"
 | 
|  #include "core/css/CSSPrimitiveValue.h"
 | 
|  #include "core/css/StylePropertyShorthand.h"
 | 
|  #include "core/loader/cache/CachedImage.h"
 | 
|  #include "core/page/animation/AnimationBase.h"
 | 
|  #include "core/platform/FloatConversion.h"
 | 
| -#include "core/platform/graphics/transforms/IdentityTransformOperation.h"
 | 
| -#include "core/platform/graphics/transforms/Matrix3DTransformOperation.h"
 | 
| -#include "core/platform/graphics/transforms/MatrixTransformOperation.h"
 | 
|  #include "core/rendering/ClipPathOperation.h"
 | 
|  #include "core/rendering/RenderBox.h"
 | 
|  #include "core/rendering/style/RenderStyle.h"
 | 
| 
 |