| Index: src/ast/modules.cc
|
| diff --git a/src/modules.cc b/src/ast/modules.cc
|
| similarity index 96%
|
| rename from src/modules.cc
|
| rename to src/ast/modules.cc
|
| index f72693cd66dfee76abf2e58bf78316aa02add477..225cd8d62cd4bb0f87f6a8c43c5e9b2e77f9433a 100644
|
| --- a/src/modules.cc
|
| +++ b/src/ast/modules.cc
|
| @@ -2,9 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "src/modules.h"
|
| +#include "src/ast/modules.h"
|
|
|
| -#include "src/ast-value-factory.h"
|
| +#include "src/ast/ast-value-factory.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|