summaryrefslogtreecommitdiff
path: root/src/deno.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/deno.cc
parent6d288b63cddb3ea8548807895b3ac8e77baa2f51 (diff)
move v8 to third_party/v8 (#322)
Diffstat (limited to 'src/deno.cc')
-rw-r--r--src/deno.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/deno.cc b/src/deno.cc
index 90d14f631..a2ef366ba 100644
--- a/src/deno.cc
+++ b/src/deno.cc
@@ -24,9 +24,9 @@ IN THE SOFTWARE.
#include <string.h>
#include <string>
-#include "v8/include/libplatform/libplatform.h"
-#include "v8/include/v8.h"
-#include "v8/src/base/logging.h"
+#include "third_party/v8/include/libplatform/libplatform.h"
+#include "third_party/v8/include/v8.h"
+#include "third_party/v8/src/base/logging.h"
#include "./deno_internal.h"
#include "include/deno.h"