Index: src/snapshot/natives-external.cc |
diff --git a/src/natives-external.cc b/src/snapshot/natives-external.cc |
similarity index 98% |
rename from src/natives-external.cc |
rename to src/snapshot/natives-external.cc |
index 437addc213ddbd5a34524f4b0c185d987afefd74..14def474094d45b8fb38ad64d2e231d9a0759280 100644 |
--- a/src/natives-external.cc |
+++ b/src/snapshot/natives-external.cc |
@@ -2,12 +2,12 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "src/natives.h" |
+#include "src/snapshot/natives.h" |
#include "src/base/logging.h" |
#include "src/list.h" |
#include "src/list-inl.h" |
-#include "src/snapshot-source-sink.h" |
+#include "src/snapshot/snapshot-source-sink.h" |
#include "src/vector.h" |
#ifndef V8_USE_EXTERNAL_STARTUP_DATA |