From 6f8f78b07a714d49c487cd4afb9eeac54fb74ab8 Mon Sep 17 00:00:00 2001
From: Joas Schilling <coding@schilljs.com>
Date: Mon, 12 Sep 2016 14:19:20 +0200
Subject: [PATCH] Fix some more sniffs

---
 apps/federatedfilesharing/lib/AppInfo/Application.php | 1 -
 apps/federatedfilesharing/settings-personal.php       | 1 -
 apps/federatedfilesharing/tests/TestCase.php          | 1 -
 3 files changed, 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
-- 
GitLab