Chromium Code Reviews| Index: pkg/watcher/example/watch.dart |
| diff --git a/pkg/watcher/example/watch.dart b/pkg/watcher/example/watch.dart |
| index aba127d6dd452a44de73b06f66571728c046aa36..da3c2633c768689bbac999703209fb3fec359a21 100644 |
| --- a/pkg/watcher/example/watch.dart |
| +++ b/pkg/watcher/example/watch.dart |
| @@ -5,8 +5,6 @@ |
| /// Watches the given directory and prints each modification to it. |
| library watch; |
| -import 'dart:io'; |
| - |
| import 'package:path/path.dart' as p; |
| import 'package:watcher/watcher.dart'; |