| Index: pkg/compiler/lib/src/tree/prettyprint.dart
|
| diff --git a/pkg/compiler/lib/src/tree/prettyprint.dart b/pkg/compiler/lib/src/tree/prettyprint.dart
|
| index 552747e1e2cb73dd2dbf1a849a3d797694da2c31..1b17b7ab75dded52c39e54fa190996f2e88855d5 100644
|
| --- a/pkg/compiler/lib/src/tree/prettyprint.dart
|
| +++ b/pkg/compiler/lib/src/tree/prettyprint.dart
|
| @@ -2,7 +2,9 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -part of tree;
|
| +import '../tokens/token.dart' show BeginGroupToken, Token;
|
| +import '../util/util.dart';
|
| +import 'nodes.dart';
|
|
|
| /**
|
| * Pretty-prints Node tree in XML-like format.
|
|
|