summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Bug.pm
diff options
context:
space:
mode:
authorjustdave%bugzilla.org <>2005-08-15 07:34:32 +0200
committerjustdave%bugzilla.org <>2005-08-15 07:34:32 +0200
commit09756eda41e62f1b216c38338c6d0702dccc7502 (patch)
treed5235e242ea28bc5a5e730210df0631fa4c0a203 /Bugzilla/Bug.pm
parent2b5c15916a85aef50814a96c0112d9b2ba910b3e (diff)
downloadbugzilla-09756eda41e62f1b216c38338c6d0702dccc7502.tar.gz
bugzilla-09756eda41e62f1b216c38338c6d0702dccc7502.tar.xz
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
Diffstat (limited to 'Bugzilla/Bug.pm')
-rwxr-xr-xBugzilla/Bug.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/Bugzilla/Bug.pm b/Bugzilla/Bug.pm
index ca5378c7c..4dcb83e6c 100755
--- a/Bugzilla/Bug.pm
+++ b/Bugzilla/Bug.pm
@@ -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;