]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 341456: Bugzilla/Search/Quicksearch.pm shouldn't use Bugzilla.pm - Patch by Frédé...
authorlpsolit%gmail.com <>
Thu, 15 Jun 2006 04:30:20 +0000 (04:30 +0000)
committerlpsolit%gmail.com <>
Thu, 15 Jun 2006 04:30:20 +0000 (04:30 +0000)
Bugzilla/Search/Quicksearch.pm

index 13c185d7d7b1a8782d0ea120088fae39d3e98176..42eae2631eec1d37a294eda38e66c06005c1db33 100644 (file)
@@ -23,7 +23,6 @@ package Bugzilla::Search::Quicksearch;
 # Make it harder for us to do dangerous things in Perl.
 use strict;
 
-use Bugzilla;
 use Bugzilla::Config;
 use Bugzilla::Error;
 use Bugzilla::Constants;