| Index: sky/engine/bindings/core/v8/custom/V8EventCustom.cpp
|
| diff --git a/sky/engine/bindings/core/v8/custom/V8EventCustom.cpp b/sky/engine/bindings/core/v8/custom/V8EventCustom.cpp
|
| index 7956d9c481e404050f4c84e8076981b311592089..1b9e9846f149abfd1405d109ff7c883850a73ed3 100644
|
| --- a/sky/engine/bindings/core/v8/custom/V8EventCustom.cpp
|
| +++ b/sky/engine/bindings/core/v8/custom/V8EventCustom.cpp
|
| @@ -28,13 +28,13 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| +#include "sky/engine/config.h"
|
| #include "bindings/core/v8/V8Event.h"
|
|
|
| -#include "bindings/core/v8/V8Binding.h"
|
| #include "gen/sky/core/EventHeaders.h"
|
| #include "gen/sky/core/EventInterfaces.h"
|
| -#include "core/events/Event.h"
|
| +#include "sky/engine/bindings/core/v8/V8Binding.h"
|
| +#include "sky/engine/core/events/Event.h"
|
|
|
| namespace blink {
|
|
|
|
|