removed unused imports

This commit is contained in:
Robin Appelman 2015-12-15 13:00:13 +01:00 committed by Thomas Müller
parent 282f67dad1
commit 94200b682c
1 changed files with 0 additions and 3 deletions

View File

@ -42,12 +42,9 @@
namespace OCA\Files_Versions;
use OC\Files\Filesystem;
use OC\Search\Provider\File;
use OCA\Activity\Extension\Files;
use OCA\Files_Versions\AppInfo\Application;
use OCA\Files_Versions\Command\Expire;
use OCP\Lock\ILockingProvider;
use OCP\Files\NotFoundException;
class Storage {