Changeset fcb0d76 in mainline for uspace/lib/ext4/src/superblock.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/superblock.c

    r3345b86 rfcb0d76  
    3737 */
    3838
     39#include <block.h>
    3940#include <byteorder.h>
    4041#include <errno.h>
    41 #include <block.h>
    4242#include <malloc.h>
    43 #include "ext4/libext4.h"
     43#include <mem.h>
     44#include "ext4/superblock.h"
    4445
    4546/** Get number of i-nodes in the whole filesystem.
Note: See TracChangeset for help on using the changeset viewer.