summaryrefslogtreecommitdiff
path: root/tools/snapshot
diff options
context:
space:
mode:
Diffstat (limited to 'tools/snapshot')
-rw-r--r--tools/snapshot/node_mksnapshot.cc1
-rw-r--r--tools/snapshot/snapshot_builder.cc1
2 files changed, 0 insertions, 2 deletions
diff --git a/tools/snapshot/node_mksnapshot.cc b/tools/snapshot/node_mksnapshot.cc
index 5cf24f32b4..f52cccb705 100644
--- a/tools/snapshot/node_mksnapshot.cc
+++ b/tools/snapshot/node_mksnapshot.cc
@@ -5,7 +5,6 @@
#include <string>
#include <vector>
-#include "env-inl.h"
#include "libplatform/libplatform.h"
#include "node_internals.h"
#include "snapshot_builder.h"
diff --git a/tools/snapshot/snapshot_builder.cc b/tools/snapshot/snapshot_builder.cc
index 1faa5330ae..54a4a2e73d 100644
--- a/tools/snapshot/snapshot_builder.cc
+++ b/tools/snapshot/snapshot_builder.cc
@@ -1,7 +1,6 @@
#include "snapshot_builder.h"
#include <iostream>
#include <sstream>
-#include "env-inl.h"
#include "node_internals.h"
#include "node_main_instance.h"
#include "node_v8_platform-inl.h"