| Index: sky/engine/platform/PlatformKeyboardEvent.cpp
|
| diff --git a/sky/engine/platform/PlatformKeyboardEvent.cpp b/sky/engine/platform/PlatformKeyboardEvent.cpp
|
| index e8f52547073a46758dcb27416a60f0408aedf465..ac7acd1fc42fcaeb361efade27f3d1ab2a0108d2 100644
|
| --- a/sky/engine/platform/PlatformKeyboardEvent.cpp
|
| +++ b/sky/engine/platform/PlatformKeyboardEvent.cpp
|
| @@ -24,10 +24,10 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "platform/PlatformKeyboardEvent.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/platform/PlatformKeyboardEvent.h"
|
|
|
| -#include "platform/NotImplemented.h"
|
| +#include "sky/engine/platform/NotImplemented.h"
|
|
|
| namespace blink {
|
|
|
|
|