Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2013-11-06 06:47:52 +0400
committermattab <matthieu.aubry@gmail.com>2013-11-06 06:47:52 +0400
commitf6c11de2415348ce8318b8d0da933f5d4f0b6b2e (patch)
treee4489d792eeed73f9e8fdd74902114404e485e35 /core/ArchiveProcessor.php
parentfff42d8894d7560a0a80848b92023ef5db826496 (diff)
Phpstorm organize imports
Diffstat (limited to 'core/ArchiveProcessor.php')
-rw-r--r--core/ArchiveProcessor.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/core/ArchiveProcessor.php b/core/ArchiveProcessor.php
index 50f8898512..31c240e616 100644
--- a/core/ArchiveProcessor.php
+++ b/core/ArchiveProcessor.php
@@ -12,15 +12,12 @@ namespace Piwik;
use Exception;
use Piwik\ArchiveProcessor\Parameters;
-use Piwik\ArchiveProcessor\Rules;
-use Piwik\DataAccess\ArchiveSelector;
-use Piwik\DataAccess\ArchiveWriter;
+use Piwik\DataAccess\ArchiveWriter;
use Piwik\DataAccess\LogAggregator;
use Piwik\DataTable\Manager;
use Piwik\Db;
use Piwik\Period;
-use Piwik\Plugin\Archiver;
/**
* Used to insert numeric and blob archive data.