Changeset 8d2dd7f2 in mainline for uspace/drv/block/ata_bd/ata_bd.c


Ignore:
Timestamp:
2017-05-13T19:03:14Z (9 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/drv/block/ata_bd/ata_bd.c

    re48947e r8d2dd7f2  
    5858#include <scsi/spc.h>
    5959#include <stdint.h>
     60#include <stdbool.h>
     61#include <stdio.h>
     62#include <stddef.h>
    6063#include <str.h>
    6164#include <loc.h>
    62 #include <sys/types.h>
    6365#include <inttypes.h>
    6466#include <errno.h>
    65 #include <stdbool.h>
    66 #include <stdio.h>
    6767#include <byteorder.h>
    6868#include <task.h>
Note: See TracChangeset for help on using the changeset viewer.