configuration.php: remove forgotten 'use'

fixes #1679
This commit is contained in:
Thomas Gelf 2018-10-16 17:13:25 +02:00
parent 6132166513
commit a77d87910d
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
<?php <?php
use Exception;
use Icinga\Application\Icinga; use Icinga\Application\Icinga;
use Icinga\Web\Window; use Icinga\Web\Window;