| Index: sky/engine/platform/graphics/PathTraversalState.cpp
|
| diff --git a/sky/engine/platform/graphics/PathTraversalState.cpp b/sky/engine/platform/graphics/PathTraversalState.cpp
|
| index 765ac7e5f8e361f3a700ee0985cb99121867829e..5da1dafbaa5479bb15f64693e7f6c1fc9b86ebab 100644
|
| --- a/sky/engine/platform/graphics/PathTraversalState.cpp
|
| +++ b/sky/engine/platform/graphics/PathTraversalState.cpp
|
| @@ -17,11 +17,11 @@
|
| * Boston, MA 02110-1301, USA.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "platform/graphics/PathTraversalState.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/platform/graphics/PathTraversalState.h"
|
|
|
| -#include "wtf/MathExtras.h"
|
| -#include "wtf/Vector.h"
|
| +#include "sky/engine/wtf/MathExtras.h"
|
| +#include "sky/engine/wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|