| Index: sky/engine/core/rendering/HitTestLocation.cpp
|
| diff --git a/sky/engine/core/rendering/HitTestLocation.cpp b/sky/engine/core/rendering/HitTestLocation.cpp
|
| index c8df8a4514df7d05d82f1a88fb30088b94631175..5605a0851d31dfc2bd519ef3af9476423ad0a054 100644
|
| --- a/sky/engine/core/rendering/HitTestLocation.cpp
|
| +++ b/sky/engine/core/rendering/HitTestLocation.cpp
|
| @@ -19,8 +19,8 @@
|
| *
|
| */
|
|
|
| -#include "config.h"
|
| -#include "core/rendering/HitTestLocation.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/core/rendering/HitTestLocation.h"
|
|
|
| namespace blink {
|
|
|
|
|