aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xentrace
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-06-20 12:18:10 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-06-20 12:18:10 +0100
commita1b2027c865a85952b82d1a3a6dc3528986ddab0 (patch)
tree1f258b2f6bd54ed05afba231b39bbf0fe6c8238a /tools/xentrace
parent50bddc93078cb4f3e757027fbe3b9a15659050c0 (diff)
downloadxen-a1b2027c865a85952b82d1a3a6dc3528986ddab0.tar.gz
xen-a1b2027c865a85952b82d1a3a6dc3528986ddab0.tar.bz2
xen-a1b2027c865a85952b82d1a3a6dc3528986ddab0.zip
Compilation fix for x86_64 caused by 17880:d3a87899985d.
Signed-off-by: Jean Guyader <jean.guyader@eu.citrix.com>
Diffstat (limited to 'tools/xentrace')
-rw-r--r--tools/xentrace/xenctx.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/xentrace/xenctx.c b/tools/xentrace/xenctx.c
index e6d10db356..a6f80a4ba4 100644
--- a/tools/xentrace/xenctx.c
+++ b/tools/xentrace/xenctx.c
@@ -22,8 +22,6 @@
#include <string.h>
#include <inttypes.h>
#include <getopt.h>
-#include <xen/foreign/x86_64.h>
-#include <xen/foreign/x86_32.h>
#include "xenctrl.h"