Ignore:
Timestamp:
2013-09-28T18:56:52Z (11 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8d2e251
Parents:
534dee89
Message:

libusbdev: Sanitize headers.

Include what you use.
https://code.google.com/p/include-what-you-use/

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbdev/include/usb/dev/poll.h

    r534dee89 rc01987c  
    3636#define LIBUSBDEV_POLL_H_
    3737
    38 #include <usb/dev/driver.h>
    39 #include <time.h>
     38#include <usb/usb.h>
     39#include <usb/dev/device.h>
     40#include <usb/dev/pipes.h>
     41
     42#include <stdbool.h>
     43#include <sys/types.h>
    4044
    4145/** Parameters and callbacks for automated polling. */
Note: See TracChangeset for help on using the changeset viewer.