| Index: pkg/compiler/lib/src/ordered_typeset.dart
|
| diff --git a/pkg/compiler/lib/src/ordered_typeset.dart b/pkg/compiler/lib/src/ordered_typeset.dart
|
| index c3bb16d711ae56b6af7b2b5b36060d11871a91a1..abd86e22ef453c0a06a19fe82ec49ebd8568f058 100644
|
| --- a/pkg/compiler/lib/src/ordered_typeset.dart
|
| +++ b/pkg/compiler/lib/src/ordered_typeset.dart
|
| @@ -4,9 +4,10 @@
|
|
|
| library ordered_typeset;
|
|
|
| -import 'dart2jslib.dart' show Compiler, MessageKind, invariant;
|
| +import 'dart2jslib.dart' show Compiler, invariant;
|
| import 'dart_types.dart';
|
| import 'elements/elements.dart' show ClassElement;
|
| +import 'messages.dart' show MessageKind;
|
| import 'util/util.dart' show Link, LinkBuilder;
|
| import 'util/util_implementation.dart' show LinkEntry;
|
|
|
|
|