Changeset 0d4b110 in mainline for uspace/drv/bus/usb/ohci/ohci.c


Ignore:
Timestamp:
2013-09-29T18:50:27Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2fd16b93
Parents:
11a3b5f
Message:

ohci: Sanitize includes.

Include what you use.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/ohci/ohci.c

    r11a3b5f r0d4b110  
    3434 */
    3535
     36#include <assert.h>
    3637#include <errno.h>
     38#include <ddf/interrupt.h>
     39#include <device/hw_res_parsed.h>
     40#include <stdbool.h>
    3741#include <str_error.h>
    38 #include <ddf/interrupt.h>
     42#include <sys/types.h>
     43
    3944#include <usb/usb.h>
    4045#include <usb/debug.h>
    4146
    4247#include <usb/host/ddf_helpers.h>
     48#include <usb/host/usb_bus.h>
    4349
    4450#include "ohci.h"
     51#include "ohci_endpoint.h"
    4552#include "hc.h"
    4653
Note: See TracChangeset for help on using the changeset viewer.