doc/lib: Rearrange imports in the DocIterator

refs #6630
This commit is contained in:
Eric Lippmann 2015-02-11 13:02:04 +01:00
parent 0b1a9c1659
commit bd71dbdbdc

View File

@ -6,8 +6,8 @@ namespace Icinga\Module\Doc;
use ArrayIterator; use ArrayIterator;
use Countable; use Countable;
use IteratorAggregate; use IteratorAggregate;
use RecursiveIteratorIterator;
use RecursiveDirectoryIterator; use RecursiveDirectoryIterator;
use RecursiveIteratorIterator;
use Icinga\File\NonEmptyFileIterator; use Icinga\File\NonEmptyFileIterator;
use Icinga\File\FileExtensionFilterIterator; use Icinga\File\FileExtensionFilterIterator;