diff options
author | Yoshiya Hinosawa <stibium121@gmail.com> | 2018-07-03 17:15:32 +0900 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-07-03 10:15:32 +0200 |
commit | 6f7ca760b8393a74992c9b7b6ddc0b65b8d8807c (patch) | |
tree | 57e7d43ff1059d90206b31fe84cccc6b59a8e2fa /src/from_snapshot.cc | |
parent | 6d288b63cddb3ea8548807895b3ac8e77baa2f51 (diff) |
move v8 to third_party/v8 (#322)
Diffstat (limited to 'src/from_snapshot.cc')
-rw-r--r-- | src/from_snapshot.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/from_snapshot.cc b/src/from_snapshot.cc index 97d5885a9..6195a8aae 100644 --- a/src/from_snapshot.cc +++ b/src/from_snapshot.cc @@ -5,8 +5,8 @@ #include <string.h> #include <string> -#include "v8/include/v8.h" -#include "v8/src/base/logging.h" +#include "third_party/v8/include/v8.h" +#include "third_party/v8/src/base/logging.h" #include "./deno_internal.h" #include "include/deno.h" |