| Index: Source/core/platform/graphics/transforms/TransformOperations.cpp
|
| diff --git a/Source/core/platform/graphics/transforms/TransformOperations.cpp b/Source/core/platform/graphics/transforms/TransformOperations.cpp
|
| index 0e2a1db3320147a22ba1f40ca6fcc062f6addf59..6fd512f94af7d9881c454800086788b345b2b832 100644
|
| --- a/Source/core/platform/graphics/transforms/TransformOperations.cpp
|
| +++ b/Source/core/platform/graphics/transforms/TransformOperations.cpp
|
| @@ -20,11 +20,11 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "TransformOperations.h"
|
| +#include "core/platform/graphics/transforms/TransformOperations.h"
|
|
|
| -#include "IdentityTransformOperation.h"
|
| -#include "Matrix3DTransformOperation.h"
|
| #include <algorithm>
|
| +#include "core/platform/graphics/transforms/IdentityTransformOperation.h"
|
| +#include "core/platform/graphics/transforms/Matrix3DTransformOperation.h"
|
|
|
| using namespace std;
|
|
|
|
|