Changeset 64fea02 in mainline for uspace/lib/usbhost/src/hcd.c


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/src/hcd.c

    rb60eac1 r64fea02  
    3434 */
    3535
    36 #include <usb/debug.h>
    37 #include <usb/descriptor.h>
    38 #include <usb/request.h>
    39 
    4036#include <assert.h>
    4137#include <async.h>
    4238#include <errno.h>
    4339#include <macros.h>
     40#include <str_error.h>
     41#include <usb/debug.h>
     42#include <usb/descriptor.h>
     43#include <usb/request.h>
    4444#include <usb_iface.h>
    45 #include <str_error.h>
     45
     46#include "bus.h"
     47#include "endpoint.h"
     48#include "usb_transfer_batch.h"
    4649
    4750#include "hcd.h"
Note: See TracChangeset for help on using the changeset viewer.