| Index: sky/engine/platform/graphics/ImageSource.cpp
|
| diff --git a/sky/engine/platform/graphics/ImageSource.cpp b/sky/engine/platform/graphics/ImageSource.cpp
|
| index febfecb721eb5749ec4a472cbbc18f8500017355..3f4980cbbc9f50d6b033de37892513a362560222 100644
|
| --- a/sky/engine/platform/graphics/ImageSource.cpp
|
| +++ b/sky/engine/platform/graphics/ImageSource.cpp
|
| @@ -25,11 +25,11 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "platform/graphics/ImageSource.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/platform/graphics/ImageSource.h"
|
|
|
| -#include "platform/graphics/DeferredImageDecoder.h"
|
| #include "platform/image-decoders/ImageDecoder.h"
|
| +#include "sky/engine/platform/graphics/DeferredImageDecoder.h"
|
|
|
| namespace blink {
|
|
|
|
|