Remove unused use in EmbeddedWeb

This commit is contained in:
Eric Lippmann 2014-12-10 09:32:02 +01:00
parent 888fa90fe2
commit 68e460b5d1
1 changed files with 0 additions and 2 deletions

View File

@ -6,8 +6,6 @@ namespace Icinga\Application;
require_once dirname(__FILE__) . '/ApplicationBootstrap.php';
use Icinga\Exception\ProgrammingError;
/**
* Use this if you want to make use of Icinga functionality in other web projects
*