| Index: sky/engine/platform/graphics/GeneratedImage.cpp
|
| diff --git a/sky/engine/platform/graphics/GeneratedImage.cpp b/sky/engine/platform/graphics/GeneratedImage.cpp
|
| index baa1f56db784fe5718992e96353a488ec9870e6f..748161d55fd5d582727238542b5547c6ca6a827b 100644
|
| --- a/sky/engine/platform/graphics/GeneratedImage.cpp
|
| +++ b/sky/engine/platform/graphics/GeneratedImage.cpp
|
| @@ -28,10 +28,10 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "platform/graphics/GeneratedImage.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/platform/graphics/GeneratedImage.h"
|
|
|
| -#include "platform/geometry/FloatSize.h"
|
| +#include "sky/engine/platform/geometry/FloatSize.h"
|
|
|
|
|
| namespace blink {
|
|
|