diff options
-rw-r--r-- | apps/federatedfilesharing/lib/AppInfo/Application.php | 1 | ||||
-rw-r--r-- | apps/federatedfilesharing/settings-personal.php | 1 | ||||
-rw-r--r-- | apps/federatedfilesharing/tests/TestCase.php | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/apps/federatedfilesharing/lib/AppInfo/Application.php b/apps/federatedfilesharing/lib/AppInfo/Application.php index b470bb3e584..c37cb9b87bb 100644 --- a/apps/federatedfilesharing/lib/AppInfo/Application.php +++ b/apps/federatedfilesharing/lib/AppInfo/Application.php @@ -29,7 +29,6 @@ use OCA\FederatedFileSharing\AddressHandler; use OCA\FederatedFileSharing\Controller\RequestHandlerController; use OCA\FederatedFileSharing\FederatedShareProvider; use OCA\FederatedFileSharing\Notifications; -use OCA\FederatedFileSharing\RequestHandler; use OCP\AppFramework\App; class Application extends App { diff --git a/apps/federatedfilesharing/settings-personal.php b/apps/federatedfilesharing/settings-personal.php index 92f96d1ba40..522cb297898 100644 --- a/apps/federatedfilesharing/settings-personal.php +++ b/apps/federatedfilesharing/settings-personal.php @@ -24,7 +24,6 @@ */ use OCA\FederatedFileSharing\AppInfo\Application; -use OCA\Theming\Template; \OC_Util::checkLoggedIn(); diff --git a/apps/federatedfilesharing/tests/TestCase.php b/apps/federatedfilesharing/tests/TestCase.php index 22d41038e6c..f8a47f27336 100644 --- a/apps/federatedfilesharing/tests/TestCase.php +++ b/apps/federatedfilesharing/tests/TestCase.php @@ -23,7 +23,6 @@ namespace OCA\FederatedFileSharing\Tests; use OC\Files\Filesystem; -use OCA\Files\Share; /** * Class Test_Files_Sharing_Base |