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:
parent
c29b436e54
commit
f803481079
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue