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/directory_index.c

    r3345b86 rfcb0d76  
    3737#include <byteorder.h>
    3838#include <errno.h>
    39 #include <malloc.h>
     39#include <mem.h>
    4040#include <sort.h>
    41 #include "ext4/libext4.h"
     41#include <stdlib.h>
     42#include <str.h>
     43#include "ext4/directory.h"
     44#include "ext4/directory_index.h"
     45#include "ext4/filesystem.h"
     46#include "ext4/hash.h"
     47#include "ext4/inode.h"
     48#include "ext4/superblock.h"
    4249
    4350/** Type entry to pass to sorting algorithm.
Note: See TracChangeset for help on using the changeset viewer.