Removed dependency on General module due to missing symbols.

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2203 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
stan
2007-09-17 15:48:02 +00:00
parent b7d9da390b
commit cc2acd6d36

View File

@@ -45,7 +45,10 @@ use constant CHECK_INTERVAL => (1*24*60*60); # Interval between version checks
#
# ==========================================================================
use ZoneMinder;
use ZoneMinder::Base qw(:all);
use ZoneMinder::Config qw(:all);
use ZoneMinder::Debug qw(:all);
use ZoneMinder::Database qw(:all);
use ZoneMinder::ConfigAdmin qw( :functions );
use POSIX;
use DBI;