| Index: sky/engine/platform/geometry/IntRect.h
|
| diff --git a/sky/engine/platform/geometry/IntRect.h b/sky/engine/platform/geometry/IntRect.h
|
| index 6ee31aa288a61aa47708b7f406321b31c42e710e..cc989c4c7465e1d7906d85d745ec610f247bf776 100644
|
| --- a/sky/engine/platform/geometry/IntRect.h
|
| +++ b/sky/engine/platform/geometry/IntRect.h
|
| @@ -26,10 +26,10 @@
|
| #ifndef IntRect_h
|
| #define IntRect_h
|
|
|
| -#include "platform/geometry/IntPoint.h"
|
| -#include "wtf/FastAllocBase.h"
|
| -#include "wtf/Vector.h"
|
| -#include "wtf/VectorTraits.h"
|
| +#include "sky/engine/platform/geometry/IntPoint.h"
|
| +#include "sky/engine/wtf/FastAllocBase.h"
|
| +#include "sky/engine/wtf/Vector.h"
|
| +#include "sky/engine/wtf/VectorTraits.h"
|
|
|
| struct SkRect;
|
| struct SkIRect;
|
|
|