| Index: src/bootstrapper.cc
|
| diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc
|
| index 74073a9b224ae4c6cf9e1220a9c89f0140bb7e2f..f0946251d52bfe8da3eb8d7e27bb12c6a6737792 100644
|
| --- a/src/bootstrapper.cc
|
| +++ b/src/bootstrapper.cc
|
| @@ -13,8 +13,8 @@
|
| #include "src/extensions/statistics-extension.h"
|
| #include "src/extensions/trigger-failure-extension.h"
|
| #include "src/isolate-inl.h"
|
| -#include "src/natives.h"
|
| -#include "src/snapshot.h"
|
| +#include "src/snapshot/natives.h"
|
| +#include "src/snapshot/snapshot.h"
|
| #include "third_party/fdlibm/fdlibm.h"
|
|
|
| namespace v8 {
|
|
|