aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJacques Vidrine <nectar@FreeBSD.org>2002-07-31 15:11:59 +0000
committerJacques Vidrine <nectar@FreeBSD.org>2002-07-31 15:11:59 +0000
commitb113cd8006425dbedef0210c8a1c76fdca6656c7 (patch)
treea44f532f289c3907d90ced681e67f90cd6d3c627 /lib
parent68966e0453f2705262a20f4097055bdb08a8174e (diff)
downloadsrc-b113cd8006425dbedef0210c8a1c76fdca6656c7.tar.gz
src-b113cd8006425dbedef0210c8a1c76fdca6656c7.zip
Sort headers to reduce diffs between branches.
Notes
Notes: svn path=/head/; revision=101067
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/xdr/xdr_array.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/xdr/xdr_array.c b/lib/libc/xdr/xdr_array.c
index 9ac69e0ef665..18f3f5312dcd 100644
--- a/lib/libc/xdr/xdr_array.c
+++ b/lib/libc/xdr/xdr_array.c
@@ -47,10 +47,10 @@ __FBSDID("$FreeBSD$");
#include "namespace.h"
#include <err.h>
+#include <limits.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <limits.h>
#include <rpc/types.h>
#include <rpc/xdr.h>