| Index: pkg/compiler/lib/src/deferred_load.dart
 | 
| diff --git a/pkg/compiler/lib/src/deferred_load.dart b/pkg/compiler/lib/src/deferred_load.dart
 | 
| index 1b287c948f319a5263168acffe9f98784f09dd87..3213f9f52dfbaad0b5fd6e5ee88e0e7c20b1916d 100644
 | 
| --- a/pkg/compiler/lib/src/deferred_load.dart
 | 
| +++ b/pkg/compiler/lib/src/deferred_load.dart
 | 
| @@ -4,7 +4,6 @@
 | 
|  
 | 
|  library deferred_load;
 | 
|  
 | 
| -import 'constants/expressions.dart';
 | 
|  import 'constants/values.dart' show
 | 
|      ConstantValue,
 | 
|      ConstructedConstantValue,
 | 
| @@ -18,9 +17,6 @@ import 'dart2jslib.dart' show
 | 
|      invariant,
 | 
|      MessageKind;
 | 
|  
 | 
| -import 'dart_backend/dart_backend.dart' show
 | 
| -    DartBackend;
 | 
| -
 | 
|  import 'js_backend/js_backend.dart' show
 | 
|      JavaScriptBackend;
 | 
|  
 | 
| 
 |