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/usb_transfer_batch.c

    rb60eac1 r64fea02  
    3333 */
    3434
    35 #include <usb/host/usb_transfer_batch.h>
    36 #include <usb/host/endpoint.h>
    37 #include <usb/host/bus.h>
     35#include <assert.h>
     36#include <errno.h>
     37#include <stdlib.h>
     38#include <str_error.h>
    3839#include <usb/debug.h>
    3940
    40 #include <assert.h>
    41 #include <stdlib.h>
    42 #include <errno.h>
    43 #include <str_error.h>
     41#include "endpoint.h"
     42#include "bus.h"
    4443
     44#include "usb_transfer_batch.h"
    4545
    4646/** Create a batch on given endpoint.
Note: See TracChangeset for help on using the changeset viewer.