more import cleanups

This commit is contained in:
Graham Knop 2010-03-04 16:45:24 -06:00
parent 2af4c4de63
commit 45ca61b7c2
6 changed files with 4 additions and 15 deletions

View file

@ -16,14 +16,10 @@ package WebGUI::User;
use strict;
use WebGUI::Group;
use WebGUI::DatabaseLink;
use WebGUI::Exception;
use WebGUI::Utility;
use WebGUI::Operation::Shared;
use WebGUI::Workflow::Instance;
use WebGUI::Shop::AddressBook;
use JSON;
use WebGUI::Exception;
use JSON ();
use WebGUI::ProfileField;
use Tie::CPHash;