| Index: pkg/watcher/lib/src/directory_watcher/resubscribable.dart
|
| diff --git a/pkg/watcher/lib/src/directory_watcher/resubscribable.dart b/pkg/watcher/lib/src/directory_watcher/resubscribable.dart
|
| index daa813a3e35c63bbdf4b4ac0d72b93eefec0d68e..7d99fc05be33e4d8472384062723bfce911aa7c7 100644
|
| --- a/pkg/watcher/lib/src/directory_watcher/resubscribable.dart
|
| +++ b/pkg/watcher/lib/src/directory_watcher/resubscribable.dart
|
| @@ -5,10 +5,8 @@
|
| library watcher.directory_watcher.resubscribable;
|
|
|
| import 'dart:async';
|
| -import 'dart:io';
|
|
|
| import '../directory_watcher.dart';
|
| -import '../utils.dart';
|
| import '../watch_event.dart';
|
|
|
| typedef ManuallyClosedDirectoryWatcher WatcherFactory();
|
|
|