Optimize imports

This commit is contained in:
Eric Lippmann 2021-11-08 15:13:20 +01:00
parent c39bcca23b
commit 8501460522

View file

@ -2,14 +2,12 @@
/* Icinga DB Web | (c) 2020 Icinga GmbH | GPLv2 */
namespace Icinga\Module\Icingadb
{
use Exception;
namespace Icinga\Module\Icingadb {
use Icinga\Authentication\Auth;
use Icinga\Module\Icingadb\Web\Navigation\Renderer\HostProblemsBadge;
use Icinga\Module\Icingadb\Web\Navigation\Renderer\ServiceProblemsBadge;
use Icinga\Util\StringHelper;
use ipl\Web\Widget\Icon;
use RecursiveDirectoryIterator;
use RecursiveIteratorIterator;