Remove obsolete imports
authorTim Düsterhus <duesterhus@woltlab.com>
Tue, 29 Sep 2020 08:51:26 +0000 (10:51 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Tue, 29 Sep 2020 08:51:42 +0000 (10:51 +0200)
wcfsetup/install/files/lib/system/user/authentication/DefaultUserAuthentication.class.php

index f3903ec8ea63f8c0536baa71c9ca6af045e0af38..4f2437f201deec3e1fec479f2bf4fc73ad881b4f 100644 (file)
@@ -2,8 +2,6 @@
 namespace wcf\system\user\authentication;
 use wcf\data\user\User;
 use wcf\system\exception\UserInputException;
-use wcf\util\HeaderUtil;
-use wcf\util\PasswordUtil;
 
 /**
  * Default user authentication implementation that uses the username to identify users.