Changeset 8d2e251 in mainline for uspace/lib/usbhost/src/usb_bus.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/usb_bus.c

    rc01987c r8d2e251  
    3333 */
    3434
    35 #include <stdbool.h>
     35#include <usb/host/usb_bus.h>
     36
    3637#include <assert.h>
    3738#include <errno.h>
    3839#include <macros.h>
    39 
    40 #include <usb/debug.h>
    41 #include <usb/host/usb_bus.h>
     40#include <stdbool.h>
     41
    4242
    4343/** Endpoint compare helper function.
Note: See TracChangeset for help on using the changeset viewer.