| Index: sky/engine/platform/geometry/IntRect.cpp
|
| diff --git a/sky/engine/platform/geometry/IntRect.cpp b/sky/engine/platform/geometry/IntRect.cpp
|
| index 5cd0abbfc4d658ea51ae9359d0fa98a80002f38d..5c2bc36afb9ef5ff15ff53c794d68d16bf194727 100644
|
| --- a/sky/engine/platform/geometry/IntRect.cpp
|
| +++ b/sky/engine/platform/geometry/IntRect.cpp
|
| @@ -23,11 +23,11 @@
|
| * THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "platform/geometry/IntRect.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/platform/geometry/IntRect.h"
|
|
|
| -#include "platform/geometry/FloatRect.h"
|
| -#include "platform/geometry/LayoutRect.h"
|
| +#include "sky/engine/platform/geometry/FloatRect.h"
|
| +#include "sky/engine/platform/geometry/LayoutRect.h"
|
| #include "third_party/skia/include/core/SkRect.h"
|
|
|
| #include <algorithm>
|
|
|