| Index: src/ast/scopeinfo.cc
|
| diff --git a/src/scopeinfo.cc b/src/ast/scopeinfo.cc
|
| similarity index 99%
|
| rename from src/scopeinfo.cc
|
| rename to src/ast/scopeinfo.cc
|
| index c061b8fcebf8c3bfffb7b1a98aa2c65ddf02f049..cb7409a9d2c3f7cc38067791b616625cf62b805c 100644
|
| --- a/src/scopeinfo.cc
|
| +++ b/src/ast/scopeinfo.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/scopeinfo.h"
|
| +#include "src/ast/scopeinfo.h"
|
|
|
| #include <stdlib.h>
|
|
|
| +#include "src/ast/scopes.h"
|
| #include "src/bootstrapper.h"
|
| -#include "src/scopes.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|