Remove unneeded includes.

Usage:
1. Type a string in the search bar
2. Add in:users filter to avoid unnecessary searches in other apps
This commit is contained in:
sorbaugh 2023-09-13 14:24:32 +02:00 committed by Andy Scherzinger
parent 65c70d7cc6
commit c38bafba9e
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B

View file

@ -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 {