summaryrefslogtreecommitdiffstats
path: root/lib/libusb/usb.h
diff options
context:
space:
mode:
authorwkoszek <wkoszek@FreeBSD.org>2010-02-11 08:34:41 +0000
committerwkoszek <wkoszek@FreeBSD.org>2010-02-11 08:34:41 +0000
commit8c862cf5eb39c7072e9b05f9602e290d07050be4 (patch)
tree3cecc3c474abd29946d36e55d4886cedc8682b4c /lib/libusb/usb.h
parent431460b437aee657d6f44ce980c70bd7f1135075 (diff)
downloadFreeBSD-src-8c862cf5eb39c7072e9b05f9602e290d07050be4.zip
FreeBSD-src-8c862cf5eb39c7072e9b05f9602e290d07050be4.tar.gz
Remove redundand headers and use more standard ones where necessary.
Reviewed by: hps@
Diffstat (limited to 'lib/libusb/usb.h')
-rw-r--r--lib/libusb/usb.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libusb/usb.h b/lib/libusb/usb.h
index 3963a9f..5d9c603 100644
--- a/lib/libusb/usb.h
+++ b/lib/libusb/usb.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>
OpenPOWER on IntegriCloud