| Index: sky/engine/core/events/TouchEvent.cpp
|
| diff --git a/sky/engine/core/events/TouchEvent.cpp b/sky/engine/core/events/TouchEvent.cpp
|
| index 3e17a548130b5c1deb726faa20be0ddf38c9ab74..f588fe9ecba8bb0e6e639083418a7c423ab00bfe 100644
|
| --- a/sky/engine/core/events/TouchEvent.cpp
|
| +++ b/sky/engine/core/events/TouchEvent.cpp
|
| @@ -24,14 +24,14 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| +#include "sky/engine/config.h"
|
|
|
| -#include "core/events/TouchEvent.h"
|
| +#include "sky/engine/core/events/TouchEvent.h"
|
|
|
| -#include "core/events/EventDispatcher.h"
|
| -#include "core/frame/FrameConsole.h"
|
| -#include "core/frame/LocalFrame.h"
|
| -#include "core/inspector/ConsoleMessage.h"
|
| +#include "sky/engine/core/events/EventDispatcher.h"
|
| +#include "sky/engine/core/frame/FrameConsole.h"
|
| +#include "sky/engine/core/frame/LocalFrame.h"
|
| +#include "sky/engine/core/inspector/ConsoleMessage.h"
|
|
|
| namespace blink {
|
|
|
|
|