Changeset fcb0d76 in mainline for uspace/lib/ext4/src/filesystem.c


Ignore:
Timestamp:
2017-05-10T18:04:21Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
81dd2ed
Parents:
3345b86
Message:

Libext4 should try to include what it uses.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ext4/src/filesystem.c

    r3345b86 rfcb0d76  
    3838#include <byteorder.h>
    3939#include <errno.h>
    40 #include <malloc.h>
    41 #include <ipc/vfs.h>
     40#include <mem.h>
    4241#include <align.h>
    4342#include <crypto.h>
    44 #include "ext4/libext4.h"
     43#include <ipc/vfs.h>
     44#include <stdlib.h>
     45#include "ext4/balloc.h"
     46#include "ext4/bitmap.h"
     47#include "ext4/block_group.h"
     48#include "ext4/extent.h"
     49#include "ext4/filesystem.h"
     50#include "ext4/ialloc.h"
     51#include "ext4/inode.h"
     52#include "ext4/superblock.h"
    4553
    4654/** Initialize filesystem and read all needed data.
Note: See TracChangeset for help on using the changeset viewer.