| Index: pkg/compiler/lib/src/universe/use.dart
|
| diff --git a/pkg/compiler/lib/src/universe/use.dart b/pkg/compiler/lib/src/universe/use.dart
|
| index 148c6f406a473be6cb39107e405c86cbc43addff..d3a3b2c02c466c13827be34eb485a75796e153d4 100644
|
| --- a/pkg/compiler/lib/src/universe/use.dart
|
| +++ b/pkg/compiler/lib/src/universe/use.dart
|
| @@ -18,7 +18,7 @@ library dart2js.universe.use;
|
|
|
| import '../closure.dart' show BoxFieldElement;
|
| import '../common.dart';
|
| -import '../dart_types.dart';
|
| +import '../elements/resolution_types.dart';
|
| import '../elements/elements.dart';
|
| import '../util/util.dart' show Hashing;
|
| import '../world.dart' show World;
|
|
|