From 31723e8307d149deb31018b67d878f0fb09f1591 Mon Sep 17 00:00:00 2001 From: Olaf Braun Date: Tue, 22 Oct 2024 17:16:33 +0200 Subject: [PATCH] Remove wrong imports. --- .../user/profile/visitor/UserProfileVisitorAction.class.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/wcfsetup/install/files/lib/data/user/profile/visitor/UserProfileVisitorAction.class.php b/wcfsetup/install/files/lib/data/user/profile/visitor/UserProfileVisitorAction.class.php index 4fc2acedb8..f7ad947c03 100644 --- a/wcfsetup/install/files/lib/data/user/profile/visitor/UserProfileVisitorAction.class.php +++ b/wcfsetup/install/files/lib/data/user/profile/visitor/UserProfileVisitorAction.class.php @@ -11,10 +11,6 @@ use wcf\system\exception\UserInputException; use wcf\system\user\GroupedUserList; use wcf\system\WCF; -use wcf\system\exception\UserInputException; -use wcf\system\user\GroupedUserList; -use wcf\system\WCF; - /** * Executes profile visitor-related actions. * -- 2.20.1