| Index: sky/engine/platform/graphics/Canvas2DLayerManager.cpp
|
| diff --git a/sky/engine/platform/graphics/Canvas2DLayerManager.cpp b/sky/engine/platform/graphics/Canvas2DLayerManager.cpp
|
| index dc2672088b0b0a10013a34de0eeec8d424318d42..6408abea6d2ba3f59c07eb6bec08949a71b057a5 100644
|
| --- a/sky/engine/platform/graphics/Canvas2DLayerManager.cpp
|
| +++ b/sky/engine/platform/graphics/Canvas2DLayerManager.cpp
|
| @@ -21,12 +21,12 @@ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
| (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
| SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
| -#include "config.h"
|
| +#include "sky/engine/config.h"
|
|
|
| -#include "platform/graphics/Canvas2DLayerManager.h"
|
| +#include "sky/engine/platform/graphics/Canvas2DLayerManager.h"
|
|
|
| -#include "public/platform/Platform.h"
|
| -#include "wtf/StdLibExtras.h"
|
| +#include "sky/engine/public/platform/Platform.h"
|
| +#include "sky/engine/wtf/StdLibExtras.h"
|
|
|
| namespace {
|
|
|
|
|