aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/xl.c
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2012-03-27 13:52:51 +0100
committerIan Campbell <ian.campbell@citrix.com>2012-03-27 13:52:51 +0100
commit69c48b169edf58da83de632ad124867da2698a8f (patch)
treeb6bdac69a8de4bd30232b0a491d335e91f65c5ab /tools/libxl/xl.c
parenta7ce17b686e643b0098c9043ceeea0dc61845a68 (diff)
downloadxen-69c48b169edf58da83de632ad124867da2698a8f.tar.gz
xen-69c48b169edf58da83de632ad124867da2698a8f.tar.bz2
xen-69c48b169edf58da83de632ad124867da2698a8f.zip
xl: do not include xenctrl.h
Toolstacks which use libxl should not need to use libxc. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Committed-by: Ian Jackson <ian.jackson.citrix.com> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'tools/libxl/xl.c')
-rw-r--r--tools/libxl/xl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/libxl/xl.c b/tools/libxl/xl.c
index df9b1e7528..2b148147f9 100644
--- a/tools/libxl/xl.c
+++ b/tools/libxl/xl.c
@@ -26,7 +26,6 @@
#include <fcntl.h>
#include <ctype.h>
#include <inttypes.h>
-#include <xenctrl.h>
#include "libxl.h"
#include "libxl_utils.h"