From: Tim Düsterhus Date: Tue, 29 Sep 2020 08:51:26 +0000 (+0200) Subject: Remove obsolete imports X-Git-Tag: 5.4.0_Alpha_1~724^2~16^2~33 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=bcd8abc74b06454e71de9cfbe27b6be4d45801cb;p=GitHub%2FWoltLab%2FWCF.git Remove obsolete imports --- diff --git a/wcfsetup/install/files/lib/system/user/authentication/DefaultUserAuthentication.class.php b/wcfsetup/install/files/lib/system/user/authentication/DefaultUserAuthentication.class.php index f3903ec8ea..4f2437f201 100644 --- a/wcfsetup/install/files/lib/system/user/authentication/DefaultUserAuthentication.class.php +++ b/wcfsetup/install/files/lib/system/user/authentication/DefaultUserAuthentication.class.php @@ -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.