| Index: sky/engine/platform/graphics/StrokeData.cpp
|
| diff --git a/sky/engine/platform/graphics/StrokeData.cpp b/sky/engine/platform/graphics/StrokeData.cpp
|
| index 25cc92e3d9ccd1047f5618f1ad725cb79ae55662..f7b0022bd9c2941f4a574285abf381c578477341 100644
|
| --- a/sky/engine/platform/graphics/StrokeData.cpp
|
| +++ b/sky/engine/platform/graphics/StrokeData.cpp
|
| @@ -26,10 +26,10 @@
|
| // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
| // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
| -#include "config.h"
|
| -#include "platform/graphics/StrokeData.h"
|
| -#include "wtf/OwnPtr.h"
|
| -#include "wtf/PassOwnPtr.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/platform/graphics/StrokeData.h"
|
| +#include "sky/engine/wtf/OwnPtr.h"
|
| +#include "sky/engine/wtf/PassOwnPtr.h"
|
|
|
| namespace blink {
|
|
|
|
|