summaryrefslogtreecommitdiff
path: root/src/main.cc
diff options
context:
space:
mode:
authorFaris Amali Alis <faris@starchild.my>2018-07-06 15:19:19 +0800
committerRyan Dahl <ry@tinyclouds.org>2018-07-06 03:19:19 -0400
commitbfe08aa4629ee2834ac5c7eaea4db164db1e66ae (patch)
tree4577e972fe3235faeb10bec19e73e5764759eee6 /src/main.cc
parent1f6f2f5cae4b410f671bcaf2a374f2493075c42d (diff)
Rename deno.cc to binding.cc and other renames (#339)
Fixes #336
Diffstat (limited to 'src/main.cc')
-rw-r--r--src/main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cc b/src/main.cc
index 40d3d89d2..1f3b4cad8 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -11,7 +11,7 @@
#endif
#include "flatbuffers/flatbuffers.h"
-#include "include/deno.h"
+#include "deno.h"
#include "src/msg_generated.h"
#include "third_party/v8/src/base/logging.h"