| Index: sky/engine/platform/transforms/TransformOperationsTest.cpp
|
| diff --git a/sky/engine/platform/transforms/TransformOperationsTest.cpp b/sky/engine/platform/transforms/TransformOperationsTest.cpp
|
| index 6372be3f52fa676521a40cb3d8f38cdde4e14047..fb65dab68edc606e813552dcaf6f80b785017d69 100644
|
| --- a/sky/engine/platform/transforms/TransformOperationsTest.cpp
|
| +++ b/sky/engine/platform/transforms/TransformOperationsTest.cpp
|
| @@ -22,19 +22,19 @@
|
| * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "platform/transforms/TransformOperations.h"
|
| -
|
| -#include "platform/geometry/FloatBox.h"
|
| -#include "platform/geometry/FloatBoxTestHelpers.h"
|
| -#include "platform/transforms/IdentityTransformOperation.h"
|
| -#include "platform/transforms/Matrix3DTransformOperation.h"
|
| -#include "platform/transforms/MatrixTransformOperation.h"
|
| -#include "platform/transforms/PerspectiveTransformOperation.h"
|
| -#include "platform/transforms/RotateTransformOperation.h"
|
| -#include "platform/transforms/ScaleTransformOperation.h"
|
| -#include "platform/transforms/SkewTransformOperation.h"
|
| -#include "platform/transforms/TranslateTransformOperation.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/platform/transforms/TransformOperations.h"
|
| +
|
| +#include "sky/engine/platform/geometry/FloatBox.h"
|
| +#include "sky/engine/platform/geometry/FloatBoxTestHelpers.h"
|
| +#include "sky/engine/platform/transforms/IdentityTransformOperation.h"
|
| +#include "sky/engine/platform/transforms/Matrix3DTransformOperation.h"
|
| +#include "sky/engine/platform/transforms/MatrixTransformOperation.h"
|
| +#include "sky/engine/platform/transforms/PerspectiveTransformOperation.h"
|
| +#include "sky/engine/platform/transforms/RotateTransformOperation.h"
|
| +#include "sky/engine/platform/transforms/ScaleTransformOperation.h"
|
| +#include "sky/engine/platform/transforms/SkewTransformOperation.h"
|
| +#include "sky/engine/platform/transforms/TranslateTransformOperation.h"
|
|
|
| #include <gtest/gtest.h>
|
|
|
|
|