| Index: sky/engine/core/events/ErrorEvent.cpp
|
| diff --git a/sky/engine/core/events/ErrorEvent.cpp b/sky/engine/core/events/ErrorEvent.cpp
|
| index f2c2c5dc02441c99a59d0995cb0b238e9631fb89..90c5676824ebc0a62d7ba767ec75e292695fa935 100644
|
| --- a/sky/engine/core/events/ErrorEvent.cpp
|
| +++ b/sky/engine/core/events/ErrorEvent.cpp
|
| @@ -28,10 +28,10 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "core/events/ErrorEvent.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/core/events/ErrorEvent.h"
|
|
|
| -#include "bindings/core/v8/V8Binding.h"
|
| +#include "sky/engine/bindings/core/v8/V8Binding.h"
|
| #include "v8/include/v8.h"
|
|
|
| namespace blink {
|
|
|