summaryrefslogtreecommitdiffstats
path: root/sys/fs
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2001-05-21 23:19:50 +0000
committerjhb <jhb@FreeBSD.org>2001-05-21 23:19:50 +0000
commita445507567af73626a92864bafe38b13dab625c6 (patch)
tree2695bcf18b524121f1cae9bd1e9ed9ad3cd099bb /sys/fs
parent73838059177da115bc4cf154e40bf1ccf6f721ea (diff)
downloadFreeBSD-src-a445507567af73626a92864bafe38b13dab625c6.zip
FreeBSD-src-a445507567af73626a92864bafe38b13dab625c6.tar.gz
Sort includes from previous commit.
Diffstat (limited to 'sys/fs')
-rw-r--r--sys/fs/unionfs/union_subr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/unionfs/union_subr.c b/sys/fs/unionfs/union_subr.c
index 3ac98bf..ce38e2d 100644
--- a/sys/fs/unionfs/union_subr.c
+++ b/sys/fs/unionfs/union_subr.c
@@ -45,10 +45,10 @@
#include <sys/filedesc.h>
#include <sys/kernel.h>
#include <sys/lock.h>
-#include <sys/mutex.h>
#include <sys/malloc.h>
#include <sys/module.h>
#include <sys/mount.h>
+#include <sys/mutex.h>
#include <sys/namei.h>
#include <sys/stat.h>
#include <sys/vnode.h>
OpenPOWER on IntegriCloud