diff options
| author | Andrew Thompson <thompsa@FreeBSD.org> | 2010-11-19 01:20:53 +0000 |
|---|---|---|
| committer | Andrew Thompson <thompsa@FreeBSD.org> | 2010-11-19 01:20:53 +0000 |
| commit | ff47c204ec3ae29accd4db89f7a73ec856768374 (patch) | |
| tree | 2ed2f446b726577fd536c0e4c7f0c33b25227900 /lib/libusb/libusb10_desc.c | |
| parent | ec473d69276522692cfc3cadc94e127e0f0c13d7 (diff) | |
MFC r203815
Resort includes to match style(9) a bit more. No functional change
is expected after this commit.
Notes
svn path=/stable/8/; revision=215477
Diffstat (limited to 'lib/libusb/libusb10_desc.c')
| -rw-r--r-- | lib/libusb/libusb10_desc.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libusb/libusb10_desc.c b/lib/libusb/libusb10_desc.c index 1cf4b9adfc12..67d9827077ca 100644 --- a/lib/libusb/libusb10_desc.c +++ b/lib/libusb/libusb10_desc.c @@ -24,12 +24,13 @@ * SUCH DAMAGE. */ -#include <stdlib.h> -#include <stdio.h> #include <sys/queue.h> #define libusb_device_handle libusb20_device +#include <stdio.h> +#include <stdlib.h> + #include "libusb20.h" #include "libusb20_desc.h" #include "libusb20_int.h" |
