summaryrefslogtreecommitdiff
path: root/src/snapshot_creator.cc
diff options
context:
space:
mode:
authorYoshiya Hinosawa <stibium121@gmail.com>2018-07-03 17:15:32 +0900
committerRyan Dahl <ry@tinyclouds.org>2018-07-03 10:15:32 +0200
commit6f7ca760b8393a74992c9b7b6ddc0b65b8d8807c (patch)
tree57e7d43ff1059d90206b31fe84cccc6b59a8e2fa /src/snapshot_creator.cc
parent6d288b63cddb3ea8548807895b3ac8e77baa2f51 (diff)
move v8 to third_party/v8 (#322)
Diffstat (limited to 'src/snapshot_creator.cc')
-rw-r--r--src/snapshot_creator.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/snapshot_creator.cc b/src/snapshot_creator.cc
index b822abd6e..1b6adf67b 100644
--- a/src/snapshot_creator.cc
+++ b/src/snapshot_creator.cc
@@ -4,8 +4,8 @@
#include "deno_internal.h"
#include "file_util.h"
#include "include/deno.h"
-#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"
namespace deno {