| Index: sky/engine/bindings/core/v8/ExceptionMessages.cpp
|
| diff --git a/sky/engine/bindings/core/v8/ExceptionMessages.cpp b/sky/engine/bindings/core/v8/ExceptionMessages.cpp
|
| index 098379bdaae722bf23305a303a3034f47d5fce14..ce61401d4ecb97e5fb66baec8d1691e023226d9e 100644
|
| --- a/sky/engine/bindings/core/v8/ExceptionMessages.cpp
|
| +++ b/sky/engine/bindings/core/v8/ExceptionMessages.cpp
|
| @@ -28,11 +28,11 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "bindings/core/v8/ExceptionMessages.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/bindings/core/v8/ExceptionMessages.h"
|
|
|
| -#include "platform/Decimal.h"
|
| -#include "wtf/MathExtras.h"
|
| +#include "sky/engine/platform/Decimal.h"
|
| +#include "sky/engine/wtf/MathExtras.h"
|
|
|
| namespace blink {
|
|
|
|
|