Index: pkg/compiler/lib/src/scanner/scannerlib.dart |
diff --git a/pkg/compiler/lib/src/scanner/scannerlib.dart b/pkg/compiler/lib/src/scanner/scannerlib.dart |
index 7b6ebb7858a5ef2f2066f91a4f85ef6d6d1544b3..d0c3a2e6222f56f4eae270731361d21f411d62eb 100644 |
--- a/pkg/compiler/lib/src/scanner/scannerlib.dart |
+++ b/pkg/compiler/lib/src/scanner/scannerlib.dart |
@@ -38,7 +38,6 @@ import '../util/characters.dart'; |
import '../util/util.dart'; |
import '../io/source_file.dart' show SourceFile, Utf8BytesSourceFile; |
import 'dart:convert' show UTF8, UNICODE_BOM_CHARACTER_RUNE; |
-import 'dart:typed_data' show Uint8List; |
part 'class_element_parser.dart'; |
part 'keyword.dart'; |