diff options
author | Faris Amali Alis <faris@starchild.my> | 2018-07-06 15:19:19 +0800 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-07-06 03:19:19 -0400 |
commit | bfe08aa4629ee2834ac5c7eaea4db164db1e66ae (patch) | |
tree | 4577e972fe3235faeb10bec19e73e5764759eee6 /src/from_snapshot.cc | |
parent | 1f6f2f5cae4b410f671bcaf2a374f2493075c42d (diff) |
Rename deno.cc to binding.cc and other renames (#339)
Fixes #336
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 8248997e2..5dd32025a 100644 --- a/src/from_snapshot.cc +++ b/src/from_snapshot.cc @@ -8,8 +8,8 @@ #include "third_party/v8/include/v8.h" #include "third_party/v8/src/base/logging.h" -#include "./deno_internal.h" -#include "include/deno.h" +#include "internal.h" +#include "deno.h" #ifdef DENO_MOCK_RUNTIME #include "snapshot_mock_runtime.cc" |