From owner-svn-src-head@FreeBSD.ORG Sun Jun 10 20:22:10 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DCAD41065673; Sun, 10 Jun 2012 20:22:10 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id C8B238FC1B; Sun, 10 Jun 2012 20:22:10 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q5AKMA8J019088; Sun, 10 Jun 2012 20:22:10 GMT (envelope-from pjd@svn.freebsd.org) Received: (from pjd@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q5AKMAvf019085; Sun, 10 Jun 2012 20:22:10 GMT (envelope-from pjd@svn.freebsd.org) Message-Id: <201206102022.q5AKMAvf019085@svn.freebsd.org> From: Pawel Jakub Dawidek Date: Sun, 10 Jun 2012 20:22:10 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r236858 - head/sys/kern X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Jun 2012 20:22:11 -0000 Author: pjd Date: Sun Jun 10 20:22:10 2012 New Revision: 236858 URL: http://svn.freebsd.org/changeset/base/236858 Log: Style: move opt_*.h includes in the proper place. MFC after: 1 month Modified: head/sys/kern/sys_capability.c Modified: head/sys/kern/sys_capability.c ============================================================================== --- head/sys/kern/sys_capability.c Sun Jun 10 19:44:08 2012 (r236857) +++ head/sys/kern/sys_capability.c Sun Jun 10 20:22:10 2012 (r236858) @@ -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