Livestatus\Connection: add missing use statements

This commit is contained in:
Thomas Gelf 2014-11-16 16:26:28 +01:00
parent fd55ffe47e
commit e0143bf572

View File

@ -8,6 +8,8 @@ use Icinga\Application\Benchmark;
use Icinga\Exception\ConfigurationError; use Icinga\Exception\ConfigurationError;
use Icinga\Exception\SystemPermissionException; use Icinga\Exception\SystemPermissionException;
use Icinga\Exception\IcingaException; use Icinga\Exception\IcingaException;
use Exception;
use SplFixedArray;
/** /**
* Backend class managing handling MKI Livestatus connections * Backend class managing handling MKI Livestatus connections