Remove redundand headers and use more standard ones where necessary.

Reviewed by:	hps@
This commit is contained in:
Wojciech A. Koszek 2010-02-11 08:34:41 +00:00
parent ac840bfcf1
commit d426c025be
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=203775
6 changed files with 1 additions and 11 deletions

View File

@ -29,12 +29,7 @@
#include <sys/time.h>
#include <sys/types.h>
#include <sys/endian.h>
#include <stdint.h>
#include <time.h>
#include <string.h>
#include <pthread.h>
#ifdef __cplusplus

View File

@ -26,7 +26,6 @@
#include <stdlib.h>
#include <stdio.h>
#include <pthread.h>
#include <sys/queue.h>
#include "libusb20.h"

View File

@ -32,7 +32,6 @@
#include <time.h>
#include <errno.h>
#include <sys/queue.h>
#include <sys/endian.h>
#include "libusb20.h"
#include "libusb20_desc.h"

View File

@ -27,7 +27,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <poll.h>
#include <sys/queue.h>
#include "libusb20.h"

View File

@ -31,7 +31,6 @@
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <poll.h>
#include <fcntl.h>
#include <errno.h>

View File

@ -27,8 +27,7 @@
#ifndef _LIBUSB20_COMPAT_01_H_
#define _LIBUSB20_COMPAT_01_H_
#include <sys/stdint.h>
#include <sys/endian.h>
#include <stdint.h>
#include <sys/types.h>
#include <sys/param.h>