| Index: sky/engine/core/rendering/style/ShadowList.cpp
|
| diff --git a/sky/engine/core/rendering/style/ShadowList.cpp b/sky/engine/core/rendering/style/ShadowList.cpp
|
| index 233b0ab44772985756c1dd1bfe40397b988da5fd..59f4219acf63e9138f114477bfdc8335afff0a16 100644
|
| --- a/sky/engine/core/rendering/style/ShadowList.cpp
|
| +++ b/sky/engine/core/rendering/style/ShadowList.cpp
|
| @@ -28,11 +28,11 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "core/rendering/style/ShadowList.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/core/rendering/style/ShadowList.h"
|
|
|
| -#include "platform/geometry/FloatRect.h"
|
| -#include "wtf/OwnPtr.h"
|
| +#include "sky/engine/platform/geometry/FloatRect.h"
|
| +#include "sky/engine/wtf/OwnPtr.h"
|
|
|
| namespace blink {
|
|
|
|
|