summaryrefslogtreecommitdiffstats
path: root/libexec
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2003-08-22 02:22:59 +0000
committerimp <imp@FreeBSD.org>2003-08-22 02:22:59 +0000
commit6ff48acf086d689c2d10a6aecf71e05a04658ff5 (patch)
tree6077d452263c7419f935c3f3e9948efbf842f9c1 /libexec
parent4d50daca40ae383706833b54b02842be8c574758 (diff)
downloadFreeBSD-src-6ff48acf086d689c2d10a6aecf71e05a04658ff5.zip
FreeBSD-src-6ff48acf086d689c2d10a6aecf71e05a04658ff5.tar.gz
Very minor style nit: sort include files alphabetically.
Diffstat (limited to 'libexec')
-rw-r--r--libexec/rtld-elf/malloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rtld-elf/malloc.c b/libexec/rtld-elf/malloc.c
index c93531e..2fe69a7 100644
--- a/libexec/rtld-elf/malloc.c
+++ b/libexec/rtld-elf/malloc.c
@@ -51,10 +51,10 @@ static char *rcsid = "$FreeBSD$";
#include <err.h>
#include <paths.h>
#include <stdarg.h>
+#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <stddef.h>
#include <unistd.h>
#include <sys/param.h>
#include <sys/mman.h>
OpenPOWER on IntegriCloud