| Index: src/ast/prettyprinter.cc
|
| diff --git a/src/prettyprinter.cc b/src/ast/prettyprinter.cc
|
| similarity index 99%
|
| rename from src/prettyprinter.cc
|
| rename to src/ast/prettyprinter.cc
|
| index bcb8cb3ddeb805cc11da9cdfccbf550b328cdb55..00b31168ea5c31c445fff69570f2982ae44a0972 100644
|
| --- a/src/prettyprinter.cc
|
| +++ b/src/ast/prettyprinter.cc
|
| @@ -2,13 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "src/prettyprinter.h"
|
| +#include "src/ast/prettyprinter.h"
|
|
|
| #include <stdarg.h>
|
|
|
| -#include "src/ast-value-factory.h"
|
| +#include "src/ast/ast-value-factory.h"
|
| +#include "src/ast/scopes.h"
|
| #include "src/base/platform/platform.h"
|
| -#include "src/scopes.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|