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/include/usb/host/ddf_helpers.h

    rc01987c r8d2e251  
    3737#define LIBUSBHOST_HOST_DDF_HELPERS_H
    3838
     39#include <usb/host/hcd.h>
     40#include <usb/host/usb_bus.h>
     41#include <usb/usb.h>
     42
     43#include <ddf/driver.h>
    3944#include <ddf/interrupt.h>
    4045#include <device/hw_res_parsed.h>
    41 #include <usb/host/hcd.h>
    42 #include <usbhc_iface.h>
    4346
    4447int hcd_ddf_setup_hc(ddf_dev_t *device, usb_speed_t max_speed,
Note: See TracChangeset for help on using the changeset viewer.