aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/sched.h
diff options
context:
space:
mode:
authorChristoph Egger <Christoph.Egger@amd.com>2011-05-20 15:39:07 +0100
committerChristoph Egger <Christoph.Egger@amd.com>2011-05-20 15:39:07 +0100
commit8b7d4efbc3f9393ff73c4c2aa14bde59a199d3b6 (patch)
tree5867df529c218d0dc0cc050458ed4e37e332e6f1 /xen/include/xen/sched.h
parente982084c7604a4386b84655664ea029aba25770a (diff)
downloadxen-8b7d4efbc3f9393ff73c4c2aa14bde59a199d3b6.tar.gz
xen-8b7d4efbc3f9393ff73c4c2aa14bde59a199d3b6.tar.bz2
xen-8b7d4efbc3f9393ff73c4c2aa14bde59a199d3b6.zip
xen: Include headers that are actually needed, drop everything else.
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
Diffstat (limited to 'xen/include/xen/sched.h')
-rw-r--r--xen/include/xen/sched.h17
1 files changed, 5 insertions, 12 deletions
diff --git a/xen/include/xen/sched.h b/xen/include/xen/sched.h
index 17fac57dfd..7b546d77b9 100644
--- a/xen/include/xen/sched.h
+++ b/xen/include/xen/sched.h
@@ -5,26 +5,19 @@
#include <xen/config.h>
#include <xen/types.h>
#include <xen/spinlock.h>
-#include <xen/smp.h>
#include <xen/shared.h>
-#include <public/xen.h>
-#include <public/domctl.h>
-#include <public/sysctl.h>
-#include <public/vcpu.h>
-#include <xen/time.h>
#include <xen/timer.h>
-#include <xen/grant_table.h>
#include <xen/rangeset.h>
#include <xen/domain.h>
-#include <xen/xenoprof.h>
#include <xen/rcupdate.h>
-#include <xen/irq.h>
-#include <xen/mm.h>
-#include <xen/tasklet.h>
-#include <public/mem_event.h>
#include <xen/cpumask.h>
#include <xen/nodemask.h>
#include <xen/multicall.h>
+#include <public/xen.h>
+#include <public/domctl.h>
+#include <public/sysctl.h>
+#include <public/vcpu.h>
+#include <public/mem_event.h>
#ifdef CONFIG_COMPAT
#include <compat/vcpu.h>