1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-21 15:45:02 +00:00

Cosmetic: fix some disorder of #include "opt_...." files

This commit is contained in:
Peter Wemm 2003-07-31 01:29:09 +00:00
parent edc367db34
commit aac6412bcd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=118238

View File

@ -26,10 +26,11 @@
* $FreeBSD$
*/
#include "opt_acpi.h"
#include "opt_compat.h"
#include "opt_ddb.h"
#include "opt_kstack_pages.h"
#include "opt_msgbuf.h"
#include "opt_acpi.h"
#include <sys/param.h>
#include <sys/systm.h>