Skip to content

Commit

Permalink
test: fix includes
Browse files Browse the repository at this point in the history
  • Loading branch information
Gottox committed Jul 13, 2023
1 parent 5c3c98c commit 3829587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/directory/directory_iterator.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@

#include "../../include/sqsh_archive_private.h"
#include "../../include/sqsh_data_private.h"
#include "../../include/sqsh_directory.h"
#include "../../include/sqsh_directory_private.h"
#include "../../include/sqsh_inode_private.h"
#include "../../lib/utils/utils.h"
#include "sqsh_directory.h"

static void
iter_two_files(void) {
Expand Down

0 comments on commit 3829587

Please sign in to comment.