| Index: pkg/intl/lib/src/date_format_internal.dart
|
| ===================================================================
|
| --- pkg/intl/lib/src/date_format_internal.dart (revision 14371)
|
| +++ pkg/intl/lib/src/date_format_internal.dart (working copy)
|
| @@ -12,8 +12,8 @@
|
| * `initializeDateFormatting` method exposed there.
|
| */
|
|
|
| -#library('date_format_internal');
|
| -#import('intl_helpers.dart');
|
| +library date_format_internal;
|
| +import 'intl_helpers.dart';
|
|
|
| /**
|
| * This holds the symbols to be used for date/time formatting, indexed
|
|
|