Changeset c01987c in mainline for uspace/lib/usbdev/src/pipes.c


Ignore:
Timestamp:
2013-09-28T18:56:52Z (12 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/src/pipes.c

    r534dee89 rc01987c  
    3535#include <usb/dev/pipes.h>
    3636#include <usb/dev/request.h>
     37#include <usb/usb.h>
     38#include <usb_iface.h>
     39
     40#include <assert.h>
     41#include <async.h>
    3742#include <errno.h>
    38 #include <assert.h>
     43#include <mem.h>
    3944
    4045/** Try to clear endpoint halt of default control pipe.
Note: See TracChangeset for help on using the changeset viewer.