| Index: sky/engine/core/dom/Touch.cpp
|
| diff --git a/sky/engine/core/dom/Touch.cpp b/sky/engine/core/dom/Touch.cpp
|
| index 95937e9b0dcd8d8a507d31c877f6034427e6ef2c..2b9d1b589caa9448aaa0b883106ae1b4d2979a41 100644
|
| --- a/sky/engine/core/dom/Touch.cpp
|
| +++ b/sky/engine/core/dom/Touch.cpp
|
| @@ -23,13 +23,13 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| +#include "sky/engine/config.h"
|
|
|
| -#include "core/dom/Touch.h"
|
| +#include "sky/engine/core/dom/Touch.h"
|
|
|
| -#include "core/frame/FrameView.h"
|
| -#include "core/frame/LocalFrame.h"
|
| -#include "platform/geometry/FloatPoint.h"
|
| +#include "sky/engine/core/frame/FrameView.h"
|
| +#include "sky/engine/core/frame/LocalFrame.h"
|
| +#include "sky/engine/platform/geometry/FloatPoint.h"
|
|
|
| namespace blink {
|
|
|
|
|