aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2022-10-17 14:54:57 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2022-10-19 17:24:07 +0000
commit8b32cdec9cd55c234e892b48042d61d951196dca (patch)
treecc8352058b3a461d450679f25d9414424976f79a
parent7f055843ac50a8c800f7a1b87641bec5919a46a8 (diff)
tmpfs: order include files alphabetically
Reviewed by: markj Tested by: pho Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D37024
-rw-r--r--sys/fs/tmpfs/tmpfs_vnops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/tmpfs/tmpfs_vnops.c b/sys/fs/tmpfs/tmpfs_vnops.c
index 7a9ffed9696c..9bcf835aa627 100644
--- a/sys/fs/tmpfs/tmpfs_vnops.c
+++ b/sys/fs/tmpfs/tmpfs_vnops.c
@@ -52,11 +52,11 @@ __FBSDID("$FreeBSD$");
#include <sys/proc.h>
#include <sys/rwlock.h>
#include <sys/sched.h>
+#include <sys/smr.h>
#include <sys/stat.h>
#include <sys/sysctl.h>
#include <sys/unistd.h>
#include <sys/vnode.h>
-#include <sys/smr.h>
#include <security/audit/audit.h>
#include <security/mac/mac_framework.h>