aboutsummaryrefslogtreecommitdiff
path: root/lib/libusb/libusb20_compat01.c
diff options
context:
space:
mode:
authorWojciech A. Koszek <wkoszek@FreeBSD.org>2010-02-13 09:45:50 +0000
committerWojciech A. Koszek <wkoszek@FreeBSD.org>2010-02-13 09:45:50 +0000
commitf3cba95c5b852922b877924c58c67846c19aac27 (patch)
treee9a9baccdcda38d521e13baab8d6de51d46f99a0 /lib/libusb/libusb20_compat01.c
parentf29d6f75fa602e2b4ce000619af35f4244a271eb (diff)
downloadsrc-f3cba95c5b852922b877924c58c67846c19aac27.tar.gz
src-f3cba95c5b852922b877924c58c67846c19aac27.zip
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)
Notes
Notes: svn path=/head/; revision=203815
Diffstat (limited to 'lib/libusb/libusb20_compat01.c')
-rw-r--r--lib/libusb/libusb20_compat01.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libusb/libusb20_compat01.c b/lib/libusb/libusb20_compat01.c
index 2fbbae7accf3..b4f476b7a56c 100644
--- a/lib/libusb/libusb20_compat01.c
+++ b/lib/libusb/libusb20_compat01.c
@@ -30,9 +30,9 @@
#include <sys/queue.h>
-#include <stdlib.h>
-#include <stdio.h>
#include <errno.h>
+#include <stdio.h>
+#include <stdlib.h>
#include "libusb20.h"
#include "libusb20_desc.h"