| Index: sky/engine/core/editing/EditingBehavior.cpp
|
| diff --git a/sky/engine/core/editing/EditingBehavior.cpp b/sky/engine/core/editing/EditingBehavior.cpp
|
| index 3e9555455a7a45888a0bd1b0f2a76fd0ada36dce..53d8ba6b926c5d95a5dd8e119bd12526b331af5e 100644
|
| --- a/sky/engine/core/editing/EditingBehavior.cpp
|
| +++ b/sky/engine/core/editing/EditingBehavior.cpp
|
| @@ -24,12 +24,12 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "core/editing/EditingBehavior.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/core/editing/EditingBehavior.h"
|
|
|
| -#include "core/events/KeyboardEvent.h"
|
| -#include "platform/KeyboardCodes.h"
|
| -#include "platform/PlatformKeyboardEvent.h"
|
| +#include "sky/engine/core/events/KeyboardEvent.h"
|
| +#include "sky/engine/platform/KeyboardCodes.h"
|
| +#include "sky/engine/platform/PlatformKeyboardEvent.h"
|
|
|
| namespace blink {
|
|
|
|
|