opt_* headers are included using the quoted form.

This commit is contained in:
Marcel Moolenaar 2009-11-19 01:27:22 +00:00
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>