summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsorbaugh <stephan_orbaugh@hotmail.com>2023-09-13 14:24:32 +0200
committerArthur Schiwon <blizzz@arthur-schiwon.de>2023-10-12 12:36:18 +0200
commit94265812f2223161b09ac83f217bffdf23aa4274 (patch)
tree3e5b01bcb20c6283c87df1a9f3f095afa3379817
parentfc9137cabc1d1f29cc08d7e93179244054005eb1 (diff)
downloadnextcloud-server-94265812f2223161b09ac83f217bffdf23aa4274.tar.gz
nextcloud-server-94265812f2223161b09ac83f217bffdf23aa4274.zip
Remove unneeded includes.
Usage: 1. Type a string in the search bar 2. Add in:users filter to avoid unnecessary searches in other apps
-rw-r--r--apps/settings/lib/Search/UserSearch.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/settings/lib/Search/UserSearch.php b/apps/settings/lib/Search/UserSearch.php
index 8ae2eeafaa8..ad34befe9f3 100644
--- a/apps/settings/lib/Search/UserSearch.php
+++ b/apps/settings/lib/Search/UserSearch.php
@@ -27,8 +27,6 @@ declare(strict_types=1);
namespace OCA\Settings\Search;
use OCP\Accounts\IAccountManager;
-use OCP\AppFramework\Http\DataResponse;
-use OCP\AppFramework\OCS\OCSNotFoundException;
use OCP\IGroupManager;
use OCP\IL10N;
use OCP\IURLGenerator;
@@ -37,8 +35,6 @@ use OCP\IUserManager;
use OCP\Search\IProvider;
use OCP\Search\ISearchQuery;
use OCP\Search\SearchResult;
-use OCP\Search\SearchResultEntry;
-use OCP\Settings\IIconSection;
use OCP\Settings\IManager;
class UserSearch implements IProvider {