diff options
Diffstat (limited to 'perl-install/resize_fat/any.pm')
-rw-r--r-- | perl-install/resize_fat/any.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/resize_fat/any.pm b/perl-install/resize_fat/any.pm index 3844e1c16..f811e7159 100644 --- a/perl-install/resize_fat/any.pm +++ b/perl-install/resize_fat/any.pm @@ -4,7 +4,7 @@ use diagnostics; use strict; use vars qw($FREE $FILE $DIRECTORY $UNMOVEABLE); -use common qw(:common :constant); +use common; use resize_fat::fat; use resize_fat::directory; use resize_fat::dir_entry; |