Commit 09756eda authored by justdave%bugzilla.org's avatar justdave%bugzilla.org

Bug 303413: Remove "use Bugzilla" from all of the pm files. All of the cgi…

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
parent 2b5c1591
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment