| Index: sky/engine/platform/graphics/ImageOrientation.cpp
|
| diff --git a/sky/engine/platform/graphics/ImageOrientation.cpp b/sky/engine/platform/graphics/ImageOrientation.cpp
|
| index 93e46447fea1a8c5e1f1342f26570df93eac10b1..e8efe99a90e3a47cb9c80e0495e8ba0e0477eec5 100644
|
| --- a/sky/engine/platform/graphics/ImageOrientation.cpp
|
| +++ b/sky/engine/platform/graphics/ImageOrientation.cpp
|
| @@ -24,10 +24,10 @@
|
| * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "platform/graphics/ImageOrientation.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/platform/graphics/ImageOrientation.h"
|
|
|
| -#include "platform/transforms/AffineTransform.h"
|
| +#include "sky/engine/platform/transforms/AffineTransform.h"
|
|
|
| namespace blink {
|
|
|
|
|