From 5081787525cca554f056b0c2e57951a596c08ba6 Mon Sep 17 00:00:00 2001 From: pjd Date: Sun, 10 Jun 2012 20:22:10 +0000 Subject: Style: move opt_*.h includes in the proper place. MFC after: 1 month --- sys/kern/sys_capability.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys') diff --git a/sys/kern/sys_capability.c b/sys/kern/sys_capability.c index b6d19bb..fa76356 100644 --- a/sys/kern/sys_capability.c +++ b/sys/kern/sys_capability.c @@ -51,12 +51,12 @@ * anonymous, rather than named, POSIX shared memory objects. */ -#include "opt_capsicum.h" -#include "opt_ktrace.h" - #include __FBSDID("$FreeBSD$"); +#include "opt_capsicum.h" +#include "opt_ktrace.h" + #include #include #include -- cgit v1.1