summaryrefslogtreecommitdiffstats
path: root/apps/settings
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:31:42 +0200
commit7709acb519e7b0a87553b6b638a3e162607235ea (patch)
tree1af05ea25a3991542d0180e8b405c2a50c1c1abf /apps/settings
parentd657ded9bfb48240c4c1f91cf7d648f57da07eb2 (diff)
downloadnextcloud-server-7709acb519e7b0a87553b6b638a3e162607235ea.tar.gz
nextcloud-server-7709acb519e7b0a87553b6b638a3e162607235ea.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
Diffstat (limited to 'apps/settings')
-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 {