Changeset 8d2dd7f2 in mainline for uspace/app/mkfat


Ignore:
Timestamp:
2017-05-13T19:03:14Z (8 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9c96634
Parents:
e48947e
Message:

Reduce the number of files that include <sys/types.h>

Location:
uspace/app/mkfat
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/mkfat/fat.h

    re48947e r8d2dd7f2  
    3434#define FAT_FAT_H_
    3535
    36 #include <sys/types.h>
     36#include <stdint.h>
    3737
    3838#define BS_BLOCK                0
  • uspace/app/mkfat/mkfat.c

    re48947e r8d2dd7f2  
    4040#include <stdio.h>
    4141#include <stdlib.h>
     42#include <stdint.h>
    4243#include <block.h>
    4344#include <mem.h>
    4445#include <loc.h>
    4546#include <byteorder.h>
    46 #include <sys/types.h>
    4747#include <sys/typefmt.h>
    4848#include <inttypes.h>
Note: See TracChangeset for help on using the changeset viewer.