Changeset c01987c in mainline for uspace/lib/usbdev/src/dp.c


Ignore:
Timestamp:
2013-09-28T18:56:52Z (11 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8d2e251
Parents:
534dee89
Message:

libusbdev: Sanitize headers.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbdev/src/dp.c

    r534dee89 rc01987c  
    4141 * sibling.
    4242 */
    43 #include <stdio.h>
    44 #include <str_error.h>
    45 #include <errno.h>
    46 #include <assert.h>
    47 #include <stdbool.h>
    4843#include <usb/dev/dp.h>
    4944#include <usb/descriptor.h>
     45
     46#include <assert.h>
     47#include <errno.h>
     48#include <stdlib.h>
     49#include <stdbool.h>
     50#include <sys/types.h>
    5051
    5152#define NESTING(parentname, childname) \
Note: See TracChangeset for help on using the changeset viewer.