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>2014-05-09 10:37:09 +0400
committermattab <matthieu.aubry@gmail.com>2014-05-09 10:37:09 +0400
commit05ad779cfd56f04e579173b68742a62ce795596c (patch)
tree6919b8f361b97e6eecec77fb5b771e3d68c17595 /plugins/DevicesDetection/DevicesDetection.php
parentb9aeeca62578258f6d149cad5c604fdcd6da349f (diff)
Removed unused imports in core/ and plugins/
using phpstorm optimize imports feature
Diffstat (limited to 'plugins/DevicesDetection/DevicesDetection.php')
-rw-r--r--plugins/DevicesDetection/DevicesDetection.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/DevicesDetection/DevicesDetection.php b/plugins/DevicesDetection/DevicesDetection.php
index 27d9ff4edb..a6b8b45149 100644
--- a/plugins/DevicesDetection/DevicesDetection.php
+++ b/plugins/DevicesDetection/DevicesDetection.php
@@ -9,19 +9,17 @@
namespace Piwik\Plugins\DevicesDetection;
+use DeviceDetector;
use Exception;
-
use Piwik\ArchiveProcessor;
use Piwik\CacheFile;
use Piwik\Common;
-use Piwik\Config;
use Piwik\Db;
use Piwik\Menu\MenuAdmin;
use Piwik\Menu\MenuMain;
use Piwik\Piwik;
use Piwik\Plugin\ViewDataTable;
use Piwik\WidgetsList;
-use DeviceDetector;
require_once PIWIK_INCLUDE_PATH . '/plugins/DevicesDetection/functions.php';