| Index: pkg/compiler/lib/src/inferrer/type_graph_inferrer.dart
|
| diff --git a/pkg/compiler/lib/src/inferrer/type_graph_inferrer.dart b/pkg/compiler/lib/src/inferrer/type_graph_inferrer.dart
|
| index 0155c28f4e7e399b80817e6813a7da8a0a580673..5c75b9a7633f6e8650acd8e310dfcbb64c5f37b7 100644
|
| --- a/pkg/compiler/lib/src/inferrer/type_graph_inferrer.dart
|
| +++ b/pkg/compiler/lib/src/inferrer/type_graph_inferrer.dart
|
| @@ -6,7 +6,6 @@ library type_graph_inferrer;
|
|
|
| import 'dart:collection' show Queue;
|
|
|
| -import '../common.dart';
|
| import '../compiler.dart' show Compiler;
|
| import '../elements/elements.dart';
|
| import '../tree/tree.dart' as ast show Node;
|
|
|