lib: Optimize imports in webrouter

This commit is contained in:
Eric Lippmann 2015-08-28 09:42:49 +02:00
parent 6c067d49b7
commit bcc02f50ec

View File

@ -3,11 +3,9 @@
namespace Icinga\Application;
use Icinga\Application\EmbeddedWeb;
use Icinga\Application\Web;
use Icinga\Web\StyleSheet;
use Icinga\Web\JavaScript;
use Icinga\Chart\Inline\PieChart;
use Icinga\Web\JavaScript;
use Icinga\Web\StyleSheet;
error_reporting(E_ALL | E_STRICT);