summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2017-03-16 02:04:16 +0000
committerngie <ngie@FreeBSD.org>2017-03-16 02:04:16 +0000
commit07ce65c15840a533f1123e2d7b303c20bb4e9ebb (patch)
treed6463d98ea0ab49c3e403655153439b4b400feee /lib/libc
parenteb1d1203167358797c8f613f0847913341065f48 (diff)
downloadFreeBSD-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.c2
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"
OpenPOWER on IntegriCloud