| Index: pkg/compiler/lib/src/dart_types.dart
|
| diff --git a/pkg/compiler/lib/src/dart_types.dart b/pkg/compiler/lib/src/dart_types.dart
|
| index 41ce1e548b7ad659bd26a6e11651d39323e56bae..685077d0b6380f328b351f118f8e5157f45b29d2 100644
|
| --- a/pkg/compiler/lib/src/dart_types.dart
|
| +++ b/pkg/compiler/lib/src/dart_types.dart
|
| @@ -6,12 +6,11 @@ library dart_types;
|
|
|
| import 'dart:math' show min;
|
|
|
| -import 'common.dart';
|
| import 'common/resolution.dart' show Resolution;
|
| +import 'common.dart';
|
| import 'core_types.dart';
|
| -import 'elements/modelx.dart'
|
| - show LibraryElementX, TypeDeclarationElementX, TypedefElementX;
|
| import 'elements/elements.dart';
|
| +import 'elements/modelx.dart' show TypeDeclarationElementX;
|
| import 'ordered_typeset.dart' show OrderedTypeSet;
|
| import 'util/util.dart' show equalElements;
|
|
|
|
|