Changeset 534dee89 in mainline for uspace/lib/usb/src/dump.c


Ignore:
Timestamp:
2013-09-28T16:50:13Z (11 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/

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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. */
Note: See TracChangeset for help on using the changeset viewer.