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
This commit is contained in:
Konstantin Belousov
2022-10-17 17:54:57 +03:00
parent 7f055843ac
commit 8b32cdec9c
+1 -1
View File
@@ -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>