Removed some dependencies on Perl IO module.

This commit is contained in:
bubnikv 2018-03-16 12:07:54 +01:00
parent a38cbac312
commit e162c47167
3 changed files with 1 additions and 2 deletions

View file

@ -11,7 +11,6 @@ BEGIN {
}
use Getopt::Long qw(:config no_auto_abbrev);
use IO::All;
use List::Util qw(max);
use Slic3r;
use Slic3r::Geometry qw(X Y);