| Index: sky/engine/platform/geometry/Region.h
|
| diff --git a/sky/engine/platform/geometry/Region.h b/sky/engine/platform/geometry/Region.h
|
| index 3412db0f17971d2272666d4b16938242d3925a39..022a7cb4795bc404010484a2fd8799c73ccdbb2f 100644
|
| --- a/sky/engine/platform/geometry/Region.h
|
| +++ b/sky/engine/platform/geometry/Region.h
|
| @@ -26,9 +26,9 @@
|
| #ifndef Region_h
|
| #define Region_h
|
|
|
| -#include "platform/PlatformExport.h"
|
| -#include "platform/geometry/IntRect.h"
|
| -#include "wtf/Vector.h"
|
| +#include "sky/engine/platform/PlatformExport.h"
|
| +#include "sky/engine/platform/geometry/IntRect.h"
|
| +#include "sky/engine/wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|