Changeset 534dee89 in mainline for uspace/lib/usb/src


Ignore:
Timestamp:
2013-09-28T16:50:13Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c01987c
Parents:
026271d5
Message:

libusb: Sanitize includes

Include what you use.
https://code.google.com/p/include-what-you-use/

Location:
uspace/lib/usb/src
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usb/src/class.c

    r026271d5 r534dee89  
    3434 */
    3535#include <usb/classes/classes.h>
    36 #include <errno.h>
    3736
    3837/** Tell string representation of USB class.
  • uspace/lib/usb/src/debug.c

    r026271d5 r534dee89  
    3333 * Debugging and logging support.
    3434 */
    35 #include <adt/list.h>
    3635#include <fibril_synch.h>
    37 #include <errno.h>
    38 #include <stdlib.h>
    39 #include <stdio.h>
    4036#include <ddf/log.h>
    4137#include <usb/debug.h>
  • uspace/lib/usb/src/dump.c

    r026271d5 r534dee89  
    3333 * Descriptor dumping.
    3434 */
    35 #include <adt/list.h>
    36 #include <fibril_synch.h>
    37 #include <errno.h>
    3835#include <stdlib.h>
    3936#include <stdio.h>
     
    4239#include <usb/classes/classes.h>
    4340#include <usb/classes/hub.h>
     41#include <usb/usb.h>
    4442
    4543/** Mapping between descriptor id and dumping function. */
  • uspace/lib/usb/src/usb.c

    r026271d5 r534dee89  
    3636#include <usb/request.h>
    3737
    38 #include <errno.h>
    3938#include <assert.h>
     39#include <byteorder.h>
    4040#include <macros.h>
    4141
Note: See TracChangeset for help on using the changeset viewer.