Remove some unneeded includes. Code now can be built on ARM.

This commit is contained in:
Alexander Motin 2010-07-14 10:49:14 +00:00
parent cf1457e4fd
commit ebda1414ec
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=210052

View File

@ -34,7 +34,6 @@ __FBSDID("$FreeBSD$");
/* XEN has own timer routines now. */
#ifndef XEN
#include "opt_clock.h"
#include "opt_kdtrace.h"
#include <sys/param.h>
@ -53,8 +52,6 @@ __FBSDID("$FreeBSD$");
#include <machine/atomic.h>
#include <machine/clock.h>
#include <machine/cpu.h>
#include <machine/intr_machdep.h>
#include <machine/md_var.h>
#include <machine/smp.h>
#ifdef KDTRACE_HOOKS