Bug 303413: Remove "use Bugzilla" from all of the pm files. All of the cgi files already have it loaded, and it causes circular dependencies.

Patch by Max Kanat-Alexander <mkanat@bugzilla.org>
r=justdave a=justdave
This commit is contained in:
justdave%bugzilla.org 2005-08-14 22:34:32 +00:00
Родитель 1866c7d01d
Коммит f3f3f661e9
10 изменённых файлов: 0 добавлений и 10 удалений

Просмотреть файл

@ -36,7 +36,6 @@ use vars qw($legal_keywords @legal_platform
use CGI::Carp qw(fatalsToBrowser);
use Bugzilla;
use Bugzilla::Attachment;
use Bugzilla::BugMail;
use Bugzilla::Config;

Просмотреть файл

@ -37,7 +37,6 @@ use base qw(Exporter);
PerformSubsts
);
use Bugzilla;
use Bugzilla::DB qw(:deprecated);
use Bugzilla::User;
use Bugzilla::Constants;

Просмотреть файл

@ -19,7 +19,6 @@ use strict;
package Bugzilla::Classification;
use Bugzilla;
use Bugzilla::Util;
use Bugzilla::Error;

Просмотреть файл

@ -19,7 +19,6 @@ use strict;
package Bugzilla::Component;
use Bugzilla;
use Bugzilla::Util;
use Bugzilla::Error;

Просмотреть файл

@ -22,7 +22,6 @@ use strict;
use base qw(Exporter);
@Bugzilla::Field::EXPORT = qw(check_form_field check_form_field_defined);
use Bugzilla;
use Bugzilla::Util;
use Bugzilla::Error;

Просмотреть файл

@ -25,7 +25,6 @@ use strict;
package Bugzilla::Group;
use Bugzilla;
use Bugzilla::Config;
use Bugzilla::Util;
use Bugzilla::Error;

Просмотреть файл

@ -18,7 +18,6 @@ use strict;
package Bugzilla::Milestone;
use Bugzilla;
use Bugzilla::Util;
use Bugzilla::Error;

Просмотреть файл

@ -18,7 +18,6 @@ use strict;
package Bugzilla::Product;
use Bugzilla;
use Bugzilla::Component;
use Bugzilla::Classification;
use Bugzilla::Version;

Просмотреть файл

@ -31,7 +31,6 @@ use lib ".";
package Bugzilla::Series;
use Bugzilla;
use Bugzilla::Util;
use Bugzilla::User;

Просмотреть файл

@ -18,7 +18,6 @@ use strict;
package Bugzilla::Version;
use Bugzilla;
use Bugzilla::Util;
use Bugzilla::Error;