Changeset 8d2e251 in mainline for uspace/lib/usbhost/src/hcd.c


Ignore:
Timestamp:
2013-09-28T21:02:03Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8f1dd3b
Parents:
c01987c
Message:

libusbhost: Sanitize headers.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbhost/src/hcd.c

    rc01987c r8d2e251  
    3434 */
    3535
    36 #include <errno.h>
    37 #include <str_error.h>
    38 #include <usb_iface.h>
    3936#include <usb/debug.h>
    4037#include <usb/request.h>
     38
     39#include <assert.h>
     40#include <async.h>
     41#include <errno.h>
     42#include <usb_iface.h>
    4143
    4244#include "hcd.h"
Note: See TracChangeset for help on using the changeset viewer.