diff options
author | ngie <ngie@FreeBSD.org> | 2017-03-16 02:04:16 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2017-03-16 02:04:16 +0000 |
commit | 07ce65c15840a533f1123e2d7b303c20bb4e9ebb (patch) | |
tree | d6463d98ea0ab49c3e403655153439b4b400feee /lib/libc | |
parent | eb1d1203167358797c8f613f0847913341065f48 (diff) | |
download | FreeBSD-src-07ce65c15840a533f1123e2d7b303c20bb4e9ebb.zip FreeBSD-src-07ce65c15840a533f1123e2d7b303c20bb4e9ebb.tar.gz |
MFC r314954:
style(9): sort the #includes
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/tests/sys/mlock_helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/tests/sys/mlock_helper.c b/lib/libc/tests/sys/mlock_helper.c index 7fa40d1..86bbf9a 100644 --- a/lib/libc/tests/sys/mlock_helper.c +++ b/lib/libc/tests/sys/mlock_helper.c @@ -36,8 +36,8 @@ __FBSDID("$FreeBSD$"); #include <atf-c.h> #include <errno.h> -#include <stdio.h> #include <limits.h> +#include <stdio.h> #define VM_MAX_WIRED "vm.max_wired" |