| Index: sky/engine/platform/geometry/FloatSize.cpp
|
| diff --git a/sky/engine/platform/geometry/FloatSize.cpp b/sky/engine/platform/geometry/FloatSize.cpp
|
| index 2e48b173731139f29834d889635adf5dd8b279fc..69d4ee92959eb6a18d7088569e5d0be0d18642f6 100644
|
| --- a/sky/engine/platform/geometry/FloatSize.cpp
|
| +++ b/sky/engine/platform/geometry/FloatSize.cpp
|
| @@ -24,14 +24,14 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "platform/geometry/FloatSize.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/platform/geometry/FloatSize.h"
|
|
|
| -#include "platform/FloatConversion.h"
|
| -#include "platform/geometry/IntSize.h"
|
| -#include "platform/geometry/LayoutSize.h"
|
| -#include <limits>
|
| #include <math.h>
|
| +#include <limits>
|
| +#include "sky/engine/platform/FloatConversion.h"
|
| +#include "sky/engine/platform/geometry/IntSize.h"
|
| +#include "sky/engine/platform/geometry/LayoutSize.h"
|
|
|
| namespace blink {
|
|
|
|
|