summaryrefslogtreecommitdiffstats
path: root/extensions/UserProfile
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2013-07-31 10:15:51 +0200
committerByron Jones <bjones@mozilla.com>2013-07-31 10:15:51 +0200
commitd0e8fe1db901a2f6dac8e4a47b565754c38bc903 (patch)
tree907ac1c59476a40c7eabfae91bf538d4b0f98dbe /extensions/UserProfile
parent819f9b0761b2b4a7be585031a3e761b01e1a238d (diff)
downloadbugzilla-d0e8fe1db901a2f6dac8e4a47b565754c38bc903.tar.gz
bugzilla-d0e8fe1db901a2f6dac8e4a47b565754c38bc903.tar.xz
fix broken UserProfile extension
Diffstat (limited to 'extensions/UserProfile')
-rw-r--r--extensions/UserProfile/Extension.pm3
1 files changed, 0 insertions, 3 deletions
diff --git a/extensions/UserProfile/Extension.pm b/extensions/UserProfile/Extension.pm
index d8b6beaa8..550f7d0ac 100644
--- a/extensions/UserProfile/Extension.pm
+++ b/extensions/UserProfile/Extension.pm
@@ -13,9 +13,6 @@ use warnings;
use base qw(Bugzilla::Extension);
use Bugzilla::Constants;
-use Bugzilla::Extension::UserProfile::Util;
-use Bugzilla::Install::Filesystem;
-use Bugzilla::User;
our $VERSION = '1';