Changeset 64fea02 in mainline for uspace/lib/usbhost/src/usb2_bus.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/usb2_bus.c

    rb60eac1 r64fea02  
    3434 */
    3535
    36 #include <usb/host/usb2_bus.h>
    37 #include <usb/host/endpoint.h>
    38 #include <usb/host/ddf_helpers.h>
    39 #include <usb/debug.h>
    40 #include <usb/request.h>
    41 #include <usb/descriptor.h>
    42 #include <usb/usb.h>
    43 
    4436#include <assert.h>
    4537#include <errno.h>
    4638#include <macros.h>
     39#include <stdbool.h>
     40#include <stdlib.h>
    4741#include <str_error.h>
    48 #include <stdlib.h>
    49 #include <stdbool.h>
     42#include <usb/debug.h>
     43#include <usb/descriptor.h>
     44#include <usb/request.h>
     45#include <usb/usb.h>
     46
     47#include "endpoint.h"
     48#include "ddf_helpers.h"
     49
     50#include "usb2_bus.h"
    5051
    5152/** Ops receive generic bus_t pointer. */
Note: See TracChangeset for help on using the changeset viewer.