Ignore:
Timestamp:
2017-11-22T13:54:05Z (8 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/endpoint.h

    rb60eac1 r64fea02  
    4040#define LIBUSBHOST_HOST_ENDPOINT_H
    4141
     42#include <adt/list.h>
     43#include <atomic.h>
     44#include <fibril_synch.h>
    4245#include <stdbool.h>
    43 #include <adt/list.h>
    44 #include <fibril_synch.h>
    4546#include <usb/usb.h>
    46 #include <atomic.h>
    4747
    4848typedef struct bus bus_t;
Note: See TracChangeset for help on using the changeset viewer.