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

    rb60eac1 r64fea02  
    3434 */
    3535
    36 #include <usb/classes/classes.h>
    37 #include <usb/host/bus.h>
    38 #include <usb/debug.h>
    39 #include <usb/descriptor.h>
    40 #include <usb/request.h>
    41 #include <usb/usb.h>
    42 
    4336#include <adt/list.h>
    4437#include <assert.h>
     
    4841#include <device/hw_res_parsed.h>
    4942#include <errno.h>
    50 #include <fibril_synch.h>
    51 #include <macros.h>
    52 #include <stdlib.h>
    5343#include <str_error.h>
     44#include <usb/classes/classes.h>
     45#include <usb/debug.h>
     46#include <usb/descriptor.h>
     47#include <usb/usb.h>
    5448#include <usb_iface.h>
    5549#include <usbhc_iface.h>
     50
     51#include "bus.h"
    5652
    5753#include "ddf_helpers.h"
Note: See TracChangeset for help on using the changeset viewer.