Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions library/Perfdatagraphsgraphite/Client/Graphite.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

namespace Icinga\Module\Perfdatagraphsgraphite\Client;

use Icinga\Module\Perfdatagraphs\Icingadb\CustomVarsHelper as IcinaDBCVH;
use Icinga\Module\Perfdatagraphs\Ido\CustomVarsHelper as IdoCVH;
use Icinga\Module\Perfdatagraphs\Icingadb\IcingaObjectHelper as IcinaDBCVH;
use Icinga\Module\Perfdatagraphs\Ido\IcingaObjectHelper as IdoCVH;
use Icinga\Module\Perfdatagraphs\ProvidedHook\Icingadb\IcingadbSupport;

use Icinga\Application\Config;
Expand Down