summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2017-03-30 05:13:47 +0000
committerngie <ngie@FreeBSD.org>2017-03-30 05:13:47 +0000
commit878fb5d21cbbdeda5020ba21f866a28ec804b4dc (patch)
tree4e870886b44d45c481035ad51032ebc261076ddc /lib
parent8388aaae1d095a308675ea6b08555ad27e84edc9 (diff)
downloadFreeBSD-src-878fb5d21cbbdeda5020ba21f866a28ec804b4dc.zip
FreeBSD-src-878fb5d21cbbdeda5020ba21f866a28ec804b4dc.tar.gz
MFC r315734:
style(9): sort #includes
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gen/getttyent.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/gen/getttyent.c b/lib/libc/gen/getttyent.c
index d104305..266f631 100644
--- a/lib/libc/gen/getttyent.c
+++ b/lib/libc/gen/getttyent.c
@@ -33,14 +33,14 @@ static char sccsid[] = "@(#)getttyent.c 8.1 (Berkeley) 6/4/93";
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
-#include <ttyent.h>
+#include <sys/types.h>
+#include <sys/sysctl.h>
+
+#include <ctype.h>
#include <stdio.h>
#include <stdlib.h>
-#include <ctype.h>
#include <string.h>
-
-#include <sys/types.h>
-#include <sys/sysctl.h>
+#include <ttyent.h>
static char zapchar;
static FILE *tf;
OpenPOWER on IntegriCloud