Controllers: remove obsolete use statements

This commit is contained in:
Thomas Gelf 2015-10-20 22:43:33 +02:00
parent 2c9abaf764
commit c4e5e9dd9c
7 changed files with 4 additions and 20 deletions

View File

@ -2,13 +2,13 @@
namespace Icinga\Module\Director\Controllers;
use Icinga\Module\Director\Core\CoreApi;
use Icinga\Module\Director\Core\RestApiClient;
use Icinga\Module\Director\IcingaConfig\IcingaConfig;
use Icinga\Module\Director\Util;
use Icinga\Module\Director\Web\Controller\ActionController;
use Icinga\Web\Url;
use Icinga\Module\Director\Core\RestApiClient;
use Icinga\Module\Director\Core\CoreApi;
use Icinga\Web\Notification;
use Icinga\Web\Url;
class ConfigController extends ActionController
{

View File

@ -3,12 +3,6 @@
namespace Icinga\Module\Director\Controllers;
use Icinga\Module\Director\Web\Controller\ActionController;
use Icinga\Module\Director\Web\Hook\ImportSourceHook;
use Icinga\Module\Director\Util;
use Icinga\Module\Director\Objects\ImportSource;
use Icinga\Module\Director\Import\Import;
use Icinga\Exception\InvalidPropertyException;
use Icinga\Web\Notification;
class ImportrunController extends ActionController
{

View File

@ -3,10 +3,8 @@
namespace Icinga\Module\Director\Controllers;
use Icinga\Module\Director\Web\Controller\ActionController;
use Icinga\Module\Director\Web\Hook\ImportSourceHook;
use Icinga\Module\Director\Objects\ImportSource;
use Icinga\Module\Director\Import\Import;
use Icinga\Exception\InvalidPropertyException;
use Icinga\Web\Notification;
use Icinga\Web\Url;

View File

@ -2,7 +2,6 @@
namespace Icinga\Module\Director\Controllers;
use Icinga\Forms\ConfigForm;
use Icinga\Module\Director\Web\Controller\ActionController;
class SettingsController extends ActionController

View File

@ -2,11 +2,9 @@
namespace Icinga\Module\Director\Controllers;
use Icinga\Module\Director\IcingaConfig\IcingaConfig;
use Icinga\Module\Director\Objects\IcingaObject;
use Icinga\Module\Director\ConfigDiff;
use Icinga\Module\Director\Util;
use Icinga\Module\Director\Web\Controller\ActionController;
use Icinga\Module\Director\Util;
class ShowController extends ActionController
{

View File

@ -3,10 +3,6 @@
namespace Icinga\Module\Director\Controllers;
use Icinga\Module\Director\Web\Controller\ActionController;
use Icinga\Module\Director\Objects\SyncProperty;
use Icinga\Module\Director\Sync\Sync;
use Icinga\Exception\InvalidPropertyException;
use Icinga\Web\Notification;
class SyncpropertyController extends ActionController
{

View File

@ -6,7 +6,6 @@ use Icinga\Module\Director\Web\Controller\ActionController;
use Icinga\Module\Director\Objects\SyncRule;
use Icinga\Module\Director\Import\Sync;
use Icinga\Data\Filter\Filter;
use Icinga\Exception\InvalidPropertyException;
use Icinga\Web\Notification;
class SyncruleController extends ActionController