| Index: lib/compiler/implementation/tree/tree.dart
|
| diff --git a/lib/compiler/implementation/tree/tree.dart b/lib/compiler/implementation/tree/tree.dart
|
| index 8c0cf1e809ad8a5d7ec19301bd782087f033a5b4..b0786cc9c4190fc494ddf938aded3874a8fb91f2 100644
|
| --- a/lib/compiler/implementation/tree/tree.dart
|
| +++ b/lib/compiler/implementation/tree/tree.dart
|
| @@ -8,7 +8,8 @@
|
| #import('../util/util.dart');
|
| #import('../util/characters.dart');
|
|
|
| -#source('nodes.dart');
|
| #source('dartstring.dart');
|
| +#source('nodes.dart');
|
| +#source('prettyprint.dart');
|
| #source('unparser.dart');
|
| #source('visitors.dart');
|
|
|