]> Sergey Matveev's repositories - public-inbox.git/blobdiff - scripts/import_vger_from_mbox
import_vger_from_mbox: drop redundant "use" statements
[public-inbox.git] / scripts / import_vger_from_mbox
index 0e5ba6b47b73fc0994f99f1dab6669329d74cd28..b3aceb6becca87c4ead65287279cd0298254f32b 100644 (file)
@@ -4,10 +4,7 @@
 use strict;
 use warnings;
 use Getopt::Long qw/:config gnu_getopt no_ignore_case auto_abbrev/;
-use PublicInbox::MIME;
 use PublicInbox::InboxWritable;
-use PublicInbox::Import;
-use PublicInbox::MDA;
 my $usage = "usage: $0 NAME EMAIL DIR <MBOX\n";
 my $dry_run;
 my $version = 2;