| Index: Source/core/platform/graphics/transforms/RotateTransformOperation.cpp
|
| diff --git a/Source/core/platform/graphics/transforms/RotateTransformOperation.cpp b/Source/core/platform/graphics/transforms/RotateTransformOperation.cpp
|
| index 90634b7eb48701d5bd51142f123066b2fe92b588..73a03d10d1d1eaf8d3acd0dceaecf074d64a445a 100644
|
| --- a/Source/core/platform/graphics/transforms/RotateTransformOperation.cpp
|
| +++ b/Source/core/platform/graphics/transforms/RotateTransformOperation.cpp
|
| @@ -20,10 +20,10 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "RotateTransformOperation.h"
|
| +#include "core/platform/graphics/transforms/RotateTransformOperation.h"
|
|
|
| -#include "AnimationUtilities.h"
|
| #include <algorithm>
|
| +#include "AnimationUtilities.h"
|
| #include <wtf/MathExtras.h>
|
|
|
| using namespace std;
|
|
|