summaryrefslogtreecommitdiffstats
path: root/sys/compat
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2001-05-21 18:52:02 +0000
committerjhb <jhb@FreeBSD.org>2001-05-21 18:52:02 +0000
commitd47e07ca441e035890b59a28bc1d2e2cabe9510d (patch)
treefeb415c5db56e4e6199d912a8f49b1fda8514e8b /sys/compat
parent0df006928d226147ffd2d881d4a8596ece44dc98 (diff)
downloadFreeBSD-src-d47e07ca441e035890b59a28bc1d2e2cabe9510d.zip
FreeBSD-src-d47e07ca441e035890b59a28bc1d2e2cabe9510d.tar.gz
Sort includes.
Diffstat (limited to 'sys/compat')
-rw-r--r--sys/compat/pecoff/imgact_pecoff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/compat/pecoff/imgact_pecoff.c b/sys/compat/pecoff/imgact_pecoff.c
index f5cbfa8..af84ff5 100644
--- a/sys/compat/pecoff/imgact_pecoff.c
+++ b/sys/compat/pecoff/imgact_pecoff.c
@@ -49,8 +49,8 @@
#include <sys/imgact.h>
#include <sys/lock.h>
#include <sys/malloc.h>
-#include <sys/mutex.h>
#include <sys/mman.h>
+#include <sys/mutex.h>
#include <sys/namei.h>
#include <sys/proc.h>
#include <sys/signalvar.h>
OpenPOWER on IntegriCloud