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
1 changed files with 1 additions and 1 deletions

View File

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