We didn't need IO::Handle after all
authorhpa <hpa>
Fri, 22 Aug 2003 22:31:47 +0000 (22:31 +0000)
committerhpa <hpa>
Fri, 22 Aug 2003 22:31:47 +0000 (22:31 +0000)
ppmtolss16

index 341920a..e73af36 100755 (executable)
@@ -43,9 +43,6 @@
 ## the color #rrggbb (hex) should be assigned index i (decimal)
 ##
 
-
-use IO::Handle;
-
 eval { use bytes; };
 eval { binmode STDIN; };
 eval { binmode STDOUT; };