Remove redundand headers and use more standard ones where necessary.
Reviewed by: hps@
This commit is contained in:
parent
ac840bfcf1
commit
d426c025be
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=203775
@ -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
|
||||
|
@ -26,7 +26,6 @@
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <pthread.h>
|
||||
#include <sys/queue.h>
|
||||
|
||||
#include "libusb20.h"
|
||||
|
@ -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"
|
||||
|
@ -27,7 +27,6 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <poll.h>
|
||||
#include <sys/queue.h>
|
||||
|
||||
#include "libusb20.h"
|
||||
|
@ -31,7 +31,6 @@
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
#include <poll.h>
|
||||
#include <fcntl.h>
|
||||
#include <errno.h>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user