summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Field.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/Field.pm')
-rw-r--r--Bugzilla/Field.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/Bugzilla/Field.pm b/Bugzilla/Field.pm
index 37771257c..26265ac3d 100644
--- a/Bugzilla/Field.pm
+++ b/Bugzilla/Field.pm
@@ -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;