Changeset 8d2dd7f2 in mainline for uspace/app/blkdump/blkdump.c


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>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/blkdump/blkdump.c

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