summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2011-10-17 13:54:55 +0000
committered <ed@FreeBSD.org>2011-10-17 13:54:55 +0000
commitce57dfe4038ab99effe05d18ad38acdc421a7f29 (patch)
treece7afcca6c10f1de05fd3dad38466ff872ef54b5
parentf40b47aea84ad8c0d73bf4fac1e522821ed33f9a (diff)
downloadFreeBSD-src-ce57dfe4038ab99effe05d18ad38acdc421a7f29.zip
FreeBSD-src-ce57dfe4038ab99effe05d18ad38acdc421a7f29.tar.gz
Sort header file names.
Spotted by: des
-rw-r--r--usr.bin/look/look.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/look/look.c b/usr.bin/look/look.c
index a655b39..4e8cf34 100644
--- a/usr.bin/look/look.c
+++ b/usr.bin/look/look.c
@@ -61,8 +61,8 @@ __FBSDID("$FreeBSD$");
#include <fcntl.h>
#include <limits.h>
#include <locale.h>
-#include <stdio.h>
#include <stdint.h>
+#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
OpenPOWER on IntegriCloud