summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/Controller/FeedApiController.php1
-rw-r--r--lib/Controller/FolderApiController.php1
-rw-r--r--lib/Controller/ItemApiController.php1
-rw-r--r--lib/Controller/UserApiController.php1
-rw-r--r--lib/Controller/UtilityApiController.php1
5 files changed, 0 insertions, 5 deletions
diff --git a/lib/Controller/FeedApiController.php b/lib/Controller/FeedApiController.php
index db158c391..eb57198d8 100644
--- a/lib/Controller/FeedApiController.php
+++ b/lib/Controller/FeedApiController.php
@@ -15,7 +15,6 @@ namespace OCA\News\Controller;
use \OCP\IRequest;
use \OCP\ILogger;
-use \OCP\AppFramework\ApiController;
use \OCP\AppFramework\Http;
use \OCA\News\Service\FeedService;
diff --git a/lib/Controller/FolderApiController.php b/lib/Controller/FolderApiController.php
index d27be4aa4..88385b171 100644
--- a/lib/Controller/FolderApiController.php
+++ b/lib/Controller/FolderApiController.php
@@ -14,7 +14,6 @@
namespace OCA\News\Controller;
use \OCP\IRequest;
-use \OCP\AppFramework\ApiController;
use \OCP\AppFramework\Http;
use \OCA\News\Service\FolderService;
diff --git a/lib/Controller/ItemApiController.php b/lib/Controller/ItemApiController.php
index 13ead4285..b99c773a0 100644
--- a/lib/Controller/ItemApiController.php
+++ b/lib/Controller/ItemApiController.php
@@ -14,7 +14,6 @@
namespace OCA\News\Controller;
use \OCP\IRequest;
-use \OCP\AppFramework\ApiController;
use \OCP\AppFramework\Http;
use \OCA\News\Service\ItemService;
diff --git a/lib/Controller/UserApiController.php b/lib/Controller/UserApiController.php
index 40a1dfa30..66b013f53 100644
--- a/lib/Controller/UserApiController.php
+++ b/lib/Controller/UserApiController.php
@@ -17,7 +17,6 @@ use \OCP\IRequest;
use \OCP\IUserSession;
use \OCP\IURLGenerator;
use \OCP\Files\IRootFolder;
-use \OCP\AppFramework\ApiController;
use \OCP\AppFramework\Http;
class UserApiController extends ApiController {
diff --git a/lib/Controller/UtilityApiController.php b/lib/Controller/UtilityApiController.php
index a555ea699..0356f25be 100644
--- a/lib/Controller/UtilityApiController.php
+++ b/lib/Controller/UtilityApiController.php
@@ -15,7 +15,6 @@ namespace OCA\News\Controller;
use \OCP\IRequest;
use \OCP\IConfig;
-use \OCP\AppFramework\ApiController;
use \OCP\AppFramework\Http;
use \OCA\News\Utility\Updater;