]> Sergey Matveev's repositories - public-inbox.git/commitdiff
watch: remove some indirectly-used imports
authorEric Wong <e@80x24.org>
Sun, 30 Jun 2019 22:56:34 +0000 (22:56 +0000)
committerEric Wong <e@80x24.org>
Sat, 6 Jul 2019 04:30:28 +0000 (04:30 +0000)
We can drop some unnecessary imports and now that we switched
to InboxWritable.

lib/PublicInbox/WatchMaildir.pm

index a76bf06e629db1c5b5381ee04e038fd48b970790..4be0b397217d55334fa6575cbe58b77a6cbdbf51 100644 (file)
@@ -7,9 +7,6 @@ package PublicInbox::WatchMaildir;
 use strict;
 use warnings;
 use PublicInbox::MIME;
-use PublicInbox::Git;
-use PublicInbox::Import;
-use PublicInbox::MDA;
 use PublicInbox::Spawn qw(spawn);
 use PublicInbox::InboxWritable;
 use File::Temp qw//;