Remove uneeded import

This commit is contained in:
Lukas Reschke 2014-10-22 10:29:26 +02:00
parent 60ae2894aa
commit 57b5c82eb7

View file

@ -15,7 +15,6 @@ use \OCP\IRequest;
use \OCP\IL10N;
use \OCP\IConfig;
use OCP\IUserManager;
use \OC\Core\LostPassword\EncryptedDataException;
use OCP\Security\ISecureRandom;
use \OC_Defaults;
use OCP\Security\StringUtils;