mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 14:17:06 -04:00
opt_* headers are included using the quoted form.
This commit is contained in:
parent
b78db64f58
commit
bcaf1959ec
2 changed files with 2 additions and 2 deletions
|
|
@ -29,7 +29,7 @@
|
|||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <opt_xtrace.h>
|
||||
#include "opt_xtrace.h"
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
#include <machine/asm.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <opt_xtrace.h>
|
||||
#include "opt_xtrace.h"
|
||||
|
||||
#include <machine/pte.h>
|
||||
#include <assym.s>
|
||||
|
|
|
|||
Loading…
Reference in a new issue