Changeset 534dee89 in mainline for uspace/lib/usb/src/debug.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/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>
Note: See TracChangeset for help on using the changeset viewer.