Bug 326 - Removed unnecessary include of Device::SerialPort

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1962 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
stan 2006-05-08 12:37:48 +00:00
parent c29b436e54
commit f803481079
3 changed files with 0 additions and 3 deletions

View File

@ -40,7 +40,6 @@ use constant DBG_LEVEL => 0; # 0 is errors, warnings and info only, > 0 for debu
use ZoneMinder; use ZoneMinder;
use Getopt::Long; use Getopt::Long;
use Device::SerialPort;
$| = 1; $| = 1;

View File

@ -39,7 +39,6 @@ use constant DBG_LEVEL => 0; # 0 is errors, warnings and info only, > 0 for debu
use ZoneMinder; use ZoneMinder;
use Getopt::Long; use Getopt::Long;
use Device::SerialPort;
$| = 1; $| = 1;

View File

@ -40,7 +40,6 @@ use constant DBG_LEVEL => 0; # 0 is errors, warnings and info only, > 0 for debu
use ZoneMinder; use ZoneMinder;
use Getopt::Long; use Getopt::Long;
use Device::SerialPort;
$| = 1; $| = 1;