diff --git a/sys/dev/usb/ukbd.c b/sys/dev/usb/ukbd.c index d1eea00016af..be072f8123ac 100644 --- a/sys/dev/usb/ukbd.c +++ b/sys/dev/usb/ukbd.c @@ -66,8 +66,8 @@ __FBSDID("$FreeBSD$"); #else #include #endif -#include #include +#include #include #include diff --git a/sys/dev/usb/umodem.c b/sys/dev/usb/umodem.c index a070ebd03a97..4aa7d915ff7d 100644 --- a/sys/dev/usb/umodem.c +++ b/sys/dev/usb/umodem.c @@ -91,9 +91,9 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include #include +#include #include #include diff --git a/sys/dev/usb/uplcom.c b/sys/dev/usb/uplcom.c index 748a0661e1da..6e978a8a99f6 100644 --- a/sys/dev/usb/uplcom.c +++ b/sys/dev/usb/uplcom.c @@ -93,9 +93,9 @@ __FBSDID("$FreeBSD$"); #include #endif #include -#include #include #include +#include #include #include diff --git a/sys/dev/usb/urio.c b/sys/dev/usb/urio.c index f2df650e711b..33e04e9194d6 100644 --- a/sys/dev/usb/urio.c +++ b/sys/dev/usb/urio.c @@ -67,9 +67,9 @@ __FBSDID("$FreeBSD$"); #else #include #endif -#include #include #include +#include #include #include