summaryrefslogtreecommitdiff
path: root/deps/v8/src/snapshot-empty.cc
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/snapshot-empty.cc')
-rw-r--r--deps/v8/src/snapshot-empty.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/v8/src/snapshot-empty.cc b/deps/v8/src/snapshot-empty.cc
index 62b77fe35..65207bfc7 100644
--- a/deps/v8/src/snapshot-empty.cc
+++ b/deps/v8/src/snapshot-empty.cc
@@ -4,9 +4,9 @@
// Used for building without snapshots.
-#include "v8.h"
+#include "src/v8.h"
-#include "snapshot.h"
+#include "src/snapshot.h"
namespace v8 {
namespace internal {