Optimize imports in the DashboardController

refs #5786
This commit is contained in:
Eric Lippmann 2015-08-18 13:06:43 +02:00
parent c2d5d8f339
commit 727f46139d
1 changed files with 1 additions and 1 deletions

View File

@ -6,9 +6,9 @@ namespace Icinga\Controller;
use Icinga\Exception\ProgrammingError;
use Icinga\Forms\ConfirmRemovalForm;
use Icinga\Forms\Dashboard\DashletForm;
use Icinga\Web\Controller\ActionController;
use Icinga\Web\Form;
use Icinga\Web\Notification;
use Icinga\Web\Controller\ActionController;
use Icinga\Web\Url;
use Icinga\Web\Widget\Dashboard;
use Icinga\Web\Widget\Tabextension\DashboardSettings;