aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/grant_table.c
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/common/grant_table.c
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/common/grant_table.c')
-rw-r--r--xen/common/grant_table.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/xen/common/grant_table.c b/xen/common/grant_table.c
index 7090dfb5c4..e3ad8e60c2 100644
--- a/xen/common/grant_table.c
+++ b/xen/common/grant_table.c
@@ -31,6 +31,7 @@
#include <xen/mm.h>
#include <xen/event.h>
#include <xen/trace.h>
+#include <xen/grant_table.h>
#include <xen/guest_access.h>
#include <xen/domain_page.h>
#include <xen/iommu.h>