Skip to content

Commit

Permalink
ShowController: Remove obsolete use statements
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Meyer committed Apr 8, 2015
1 parent 55e9407 commit 13596ec
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions modules/monitoring/application/controllers/ShowController.php
@@ -1,7 +1,6 @@
<?php
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */

use Icinga\Application\Benchmark;
use Icinga\Module\Monitoring\Object\MonitoredObject;
use Icinga\Web\Hook;
use Icinga\Web\Url;
Expand All @@ -10,8 +9,6 @@
use Icinga\Web\Widget\Tabextension\DashboardAction;
use Icinga\Module\Monitoring\Backend;
use Icinga\Module\Monitoring\Controller;
use Icinga\Module\Monitoring\Object\Host;
use Icinga\Module\Monitoring\Object\Service;

/**
* Class Monitoring_ShowController
Expand Down

0 comments on commit 13596ec

Please sign in to comment.