Skip to content

Commit

Permalink
Remove unneeded includes.
Browse files Browse the repository at this point in the history
Usage:
1. Type a string in the search bar
2. Add in:users filter to avoid unnecessary searches in other apps
  • Loading branch information
sorbaugh committed Sep 14, 2023
1 parent 664f3ad commit bf15926
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions apps/settings/lib/Search/UserSearch.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@
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;
Expand All @@ -38,8 +36,6 @@
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 {
Expand Down

0 comments on commit bf15926

Please sign in to comment.