| Index: pkg/compiler/lib/src/resolution/typedefs.dart
|
| diff --git a/pkg/compiler/lib/src/resolution/typedefs.dart b/pkg/compiler/lib/src/resolution/typedefs.dart
|
| index 11f57c738323bd9ea26fa51eca6a0a74da5b886c..c45a8c89584cc99542c01cbac24cfcca9a690d09 100644
|
| --- a/pkg/compiler/lib/src/resolution/typedefs.dart
|
| +++ b/pkg/compiler/lib/src/resolution/typedefs.dart
|
| @@ -4,13 +4,10 @@
|
|
|
| library dart2js.resolution.typedefs;
|
|
|
| +import '../common.dart';
|
| import '../compiler.dart' show
|
| Compiler;
|
| import '../dart_types.dart';
|
| -import '../diagnostics/diagnostic_listener.dart' show
|
| - DiagnosticReporter;
|
| -import '../diagnostics/messages.dart' show
|
| - MessageKind;
|
| import '../elements/elements.dart' show
|
| FunctionSignature,
|
| TypedefElement,
|
|
|