Changeset 8064c2f6 in mainline for uspace/drv/bus/usb/uhci/uhci_rh.c


Ignore:
Timestamp:
2013-09-28T21:51:51Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
11a3b5f
Parents:
8f1dd3b
Message:

uhci: Sanitize headers.

Include what you use.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/uhci/uhci_rh.c

    r8f1dd3b r8064c2f6  
    2828
    2929#include <assert.h>
     30#include <async.h>
     31#include <ddi.h>
     32#include <errno.h>
    3033#include <macros.h>
     34#include <mem.h>
     35#include <sys/time.h>
     36
    3137#include <usb/debug.h>
     38#include <usb/descriptor.h>
    3239#include <usb/classes/hub.h>
    33 #include <ddi.h>
     40#include <usb/request.h>
     41#include <usb/usb.h>
    3442
    3543#include "uhci_rh.h"
Note: See TracChangeset for help on using the changeset viewer.