summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Group.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/Group.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/Group.pm')
-rw-r--r--Bugzilla/Group.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/Bugzilla/Group.pm b/Bugzilla/Group.pm
index e24ccb254..8f4c7885a 100644
--- a/Bugzilla/Group.pm
+++ b/Bugzilla/Group.pm
@@ -25,7 +25,6 @@ use strict;
package Bugzilla::Group;
-use Bugzilla;
use Bugzilla::Config;
use Bugzilla::Util;
use Bugzilla::Error;