aboutsummaryrefslogtreecommitdiff
path: root/lib/io/test/dir_tree_iterator2.c
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2023-05-14 03:10:46 +0200
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2023-05-14 03:25:32 +0200
commit5e96ce975e021551006ebff744c104f20d49741b (patch)
tree2006c52a48718e1d04686693c3e08c32be0ee48e /lib/io/test/dir_tree_iterator2.c
parente501c9a4bc230dab034571c2078a12a8a856c67a (diff)
libio: merge directory iterator headers, document API and behavior
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'lib/io/test/dir_tree_iterator2.c')
-rw-r--r--lib/io/test/dir_tree_iterator2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/io/test/dir_tree_iterator2.c b/lib/io/test/dir_tree_iterator2.c
index d3c4990..280fa78 100644
--- a/lib/io/test/dir_tree_iterator2.c
+++ b/lib/io/test/dir_tree_iterator2.c
@@ -6,7 +6,7 @@
*/
#include "config.h"
-#include "io/dir_tree_iterator.h"
+#include "io/dir_iterator.h"
#include "sqfs/error.h"
#include "util/test.h"
#include "compat.h"