| Index: sky/engine/platform/graphics/Path.h
|
| diff --git a/sky/engine/platform/graphics/Path.h b/sky/engine/platform/graphics/Path.h
|
| index 8ceb96cbcaeb71aa537fc5d25af76dd1b44b3b55..79a8c831985570d9c5cb0f9c6e323771d52192b5 100644
|
| --- a/sky/engine/platform/graphics/Path.h
|
| +++ b/sky/engine/platform/graphics/Path.h
|
| @@ -29,13 +29,13 @@
|
| #ifndef Path_h
|
| #define Path_h
|
|
|
| -#include "platform/PlatformExport.h"
|
| -#include "platform/geometry/RoundedRect.h"
|
| -#include "platform/graphics/GraphicsTypes.h"
|
| +#include "sky/engine/platform/PlatformExport.h"
|
| +#include "sky/engine/platform/geometry/RoundedRect.h"
|
| +#include "sky/engine/platform/graphics/GraphicsTypes.h"
|
| +#include "sky/engine/wtf/FastAllocBase.h"
|
| +#include "sky/engine/wtf/Forward.h"
|
| #include "third_party/skia/include/core/SkPath.h"
|
| #include "third_party/skia/include/core/SkPathMeasure.h"
|
| -#include "wtf/FastAllocBase.h"
|
| -#include "wtf/Forward.h"
|
|
|
| class SkPath;
|
|
|
|
|