| Index: pkg/compiler/lib/src/resolution/enum_creator.dart
|
| diff --git a/pkg/compiler/lib/src/resolution/enum_creator.dart b/pkg/compiler/lib/src/resolution/enum_creator.dart
|
| index 127833d8aa9b1a32cdcade1b357ed057caff0378..f9913c2bade846f68e1cb833d93f81b57c632d34 100644
|
| --- a/pkg/compiler/lib/src/resolution/enum_creator.dart
|
| +++ b/pkg/compiler/lib/src/resolution/enum_creator.dart
|
| @@ -4,11 +4,10 @@
|
|
|
| library dart2js.resolution.enum_creator;
|
|
|
| +import '../common.dart';
|
| import '../core_types.dart' show
|
| CoreTypes;
|
| import '../dart_types.dart';
|
| -import '../diagnostics/diagnostic_listener.dart' show
|
| - DiagnosticReporter;
|
| import '../elements/elements.dart';
|
| import '../elements/modelx.dart';
|
| import '../tokens/keyword.dart' show
|
|
|