| 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 4798c43d3faff61f308f9f438c4de4031385ce26..07bdab36cbcfd1043a1ff045d3a1c8d0ea8124fe 100644
|
| --- a/pkg/compiler/lib/src/ordered_typeset.dart
|
| +++ b/pkg/compiler/lib/src/ordered_typeset.dart
|
| @@ -9,7 +9,7 @@ import 'elements/resolution_types.dart';
|
| import 'diagnostics/diagnostic_listener.dart' show DiagnosticReporter;
|
| import 'elements/elements.dart' show ClassElement;
|
| import 'util/util.dart' show Link, LinkBuilder;
|
| -import 'util/util_implementation.dart' show LinkEntry;
|
| +import 'package:compiler_util/src/link_implementation.dart' show LinkEntry;
|
|
|
| /**
|
| * An ordered set of the supertypes of a class. The supertypes of a class are
|
|
|