| Index: pkg/compiler/lib/src/apiimpl.dart
|
| diff --git a/pkg/compiler/lib/src/apiimpl.dart b/pkg/compiler/lib/src/apiimpl.dart
|
| index 3de5fd3efa6c5330b8cf55800a05f65fe0614c51..f8695bba1a20c7753c52781d8779c343dd1e4c7a 100644
|
| --- a/pkg/compiler/lib/src/apiimpl.dart
|
| +++ b/pkg/compiler/lib/src/apiimpl.dart
|
| @@ -22,6 +22,7 @@ import '../compiler_new.dart' as api;
|
| import 'common/tasks.dart' show
|
| GenericTask;
|
| import 'compiler.dart' as leg;
|
| +import 'diagnostics/messages.dart';
|
| import 'diagnostics/source_span.dart' show
|
| SourceSpan;
|
| import 'diagnostics/spannable.dart' show
|
| @@ -29,7 +30,6 @@ import 'diagnostics/spannable.dart' show
|
| Spannable;
|
| import 'elements/elements.dart' as elements;
|
| import 'io/source_file.dart';
|
| -import 'messages.dart';
|
| import 'script.dart';
|
| import 'tree/tree.dart' as tree;
|
|
|
|
|