summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/Application.php3
-rw-r--r--lib/private/User/User.php2
2 files changed, 1 insertions, 4 deletions
diff --git a/core/Application.php b/core/Application.php
index 238ba93d7cc..808b8a266d9 100644
--- a/core/Application.php
+++ b/core/Application.php
@@ -25,9 +25,6 @@ use OCP\AppFramework\Http\Events\BeforeTemplateRenderedEvent;
use OCP\DB\Events\AddMissingIndicesEvent;
use OCP\DB\Events\AddMissingPrimaryKeyEvent;
use OCP\EventDispatcher\IEventDispatcher;
-use OCP\Files\Events\Node\NodeDeletedEvent;
-use OCP\Files\Events\Node\NodeWrittenEvent;
-use OCP\Files\Events\NodeRemovedFromCache;
use OCP\Notification\IManager as INotificationManager;
use OCP\User\Events\BeforeUserDeletedEvent;
use OCP\User\Events\UserDeletedEvent;
diff --git a/lib/private/User/User.php b/lib/private/User/User.php
index 8291960b8e8..644d3e27f88 100644
--- a/lib/private/User/User.php
+++ b/lib/private/User/User.php
@@ -8,10 +8,10 @@
namespace OC\User;
use InvalidArgumentException;
-use OC_Helper;
use OC\Accounts\AccountManager;
use OC\Avatar\AvatarManager;
use OC\Hooks\Emitter;
+use OC_Helper;
use OCP\Accounts\IAccountManager;
use OCP\Comments\ICommentsManager;
use OCP\EventDispatcher\IEventDispatcher;