diff options
Diffstat (limited to 'sys/gnu/fs/ext2fs/ext2_balloc.c')
-rw-r--r-- | sys/gnu/fs/ext2fs/ext2_balloc.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/gnu/fs/ext2fs/ext2_balloc.c b/sys/gnu/fs/ext2fs/ext2_balloc.c index a12ed35..f15a960 100644 --- a/sys/gnu/fs/ext2fs/ext2_balloc.c +++ b/sys/gnu/fs/ext2fs/ext2_balloc.c @@ -44,11 +44,11 @@ #include <sys/ucred.h> #include <sys/vnode.h> -#include <gnu/ext2fs/inode.h> -#include <gnu/ext2fs/ext2_fs.h> -#include <gnu/ext2fs/ext2_fs_sb.h> -#include <gnu/ext2fs/fs.h> -#include <gnu/ext2fs/ext2_extern.h> +#include <gnu/fs/ext2fs/inode.h> +#include <gnu/fs/ext2fs/ext2_fs.h> +#include <gnu/fs/ext2fs/ext2_fs_sb.h> +#include <gnu/fs/ext2fs/fs.h> +#include <gnu/fs/ext2fs/ext2_extern.h> /* * Balloc defines the structure of file system storage |