Style: move opt_*.h includes in the proper place.

MFC after:	1 month
This commit is contained in:
Pawel Jakub Dawidek 2012-06-10 20:22:10 +00:00
parent 9de4ce048e
commit 297f11037f

View File

@ -51,12 +51,12 @@
* anonymous, rather than named, POSIX shared memory objects.
*/
#include "opt_capsicum.h"
#include "opt_ktrace.h"
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include "opt_capsicum.h"
#include "opt_ktrace.h"
#include <sys/param.h>
#include <sys/capability.h>
#include <sys/file.h>