diff --git a/run.php b/run.php index 6c69bc9..3385681 100644 --- a/run.php +++ b/run.php @@ -4,9 +4,6 @@ use Icinga\Module\Graphite\ProvidedHook\Icingadb\IcingadbSupport; -require_once $this->getLibDir() . '/vendor/Psr/Loader.php'; -require_once $this->getLibDir() . '/vendor/iplx/Loader.php'; - $this->provideHook('monitoring/DetailviewExtension'); $this->provideHook('icingadb/IcingadbSupport'); $this->provideHook('icingadb/HostDetailExtension');