aboutsummaryrefslogtreecommitdiff
path: root/sys/hwpmc/hwpmc_intel.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/hwpmc/hwpmc_intel.c')
-rw-r--r--sys/hwpmc/hwpmc_intel.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/hwpmc/hwpmc_intel.c b/sys/hwpmc/hwpmc_intel.c
index 2448b37e3c9e..3f6f330df6d6 100644
--- a/sys/hwpmc/hwpmc_intel.c
+++ b/sys/hwpmc/hwpmc_intel.c
@@ -30,14 +30,13 @@ __FBSDID("$FreeBSD$");
#include <sys/param.h>
#include <sys/lock.h>
#include <sys/mutex.h>
+#include <sys/pmc.h>
#include <sys/pmckern.h>
#include <sys/smp.h>
#include <sys/systm.h>
#include <machine/cputypes.h>
#include <machine/md_var.h>
-#include <machine/pmc_mdep.h>
-#include <machine/specialreg.h>
struct pmc_mdep *
pmc_intel_initialize(void)