From: Michael Date: Fri, 11 Jun 2021 06:11:37 +0000 (+0000) Subject: Removed unneeded use X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4ea92d0afcdd6e8e6d18ef709964953994ce1647;p=friendica.git Removed unneeded use --- diff --git a/include/api.php b/include/api.php index 0ebd9b7514..7da32f36dd 100644 --- a/include/api.php +++ b/include/api.php @@ -56,7 +56,6 @@ use Friendica\Network\HTTPException\UnauthorizedException; use Friendica\Object\Image; use Friendica\Protocol\Activity; use Friendica\Protocol\Diaspora; -use Friendica\Security\BasicAuth; use Friendica\Security\FKOAuth1; use Friendica\Security\OAuth; use Friendica\Security\OAuth1\OAuthRequest;