summaryrefslogtreecommitdiffstats
path: root/lib/libusb/libusb20_ugen20.c
diff options
context:
space:
mode:
authorwkoszek <wkoszek@FreeBSD.org>2010-02-13 09:45:50 +0000
committerwkoszek <wkoszek@FreeBSD.org>2010-02-13 09:45:50 +0000
commit8d96822e1985622d90c51ced78680918c89f7471 (patch)
treee9a9baccdcda38d521e13baab8d6de51d46f99a0 /lib/libusb/libusb20_ugen20.c
parent0bb93dcce6c2e5f85e9b716468455c784041177a (diff)
downloadFreeBSD-src-8d96822e1985622d90c51ced78680918c89f7471.zip
FreeBSD-src-8d96822e1985622d90c51ced78680918c89f7471.tar.gz
Resort includes to match style(9) a bit more. No functional change
is expected after this commit. Tested by: make buildworld Reviewed by: hps (patch without .h changes)
Diffstat (limited to 'lib/libusb/libusb20_ugen20.c')
-rw-r--r--lib/libusb/libusb20_ugen20.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libusb/libusb20_ugen20.c b/lib/libusb/libusb20_ugen20.c
index 76e96d5..73daa40 100644
--- a/lib/libusb/libusb20_ugen20.c
+++ b/lib/libusb/libusb20_ugen20.c
@@ -27,12 +27,12 @@
#include <sys/queue.h>
#include <sys/types.h>
+#include <errno.h>
+#include <fcntl.h>
#include <stdio.h>
#include <stdlib.h>
-#include <unistd.h>
#include <string.h>
-#include <fcntl.h>
-#include <errno.h>
+#include <unistd.h>
#include "libusb20.h"
#include "libusb20_desc.h"
OpenPOWER on IntegriCloud