Ignore:
Timestamp:
2017-11-22T13:54:05Z (6 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
820d9bc
Parents:
b60eac1
Message:

usbhost: refactor include hiearchy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbhost/include/usb/host/usb2_bus.h

    rb60eac1 r64fea02  
    3737#define LIBUSBHOST_HOST_USB2_BUS_H
    3838
    39 #include <usb/usb.h>
    40 #include <usb/host/bus.h>
    41 
    4239#include <adt/list.h>
    4340#include <stdbool.h>
     41#include <usb/usb.h>
     42
     43#include <usb/host/bus.h>
    4444
    4545typedef struct usb2_bus usb2_bus_t;
Note: See TracChangeset for help on using the changeset viewer.