projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7ce17b
)
xl: do not include xenctrl.h
author
Ian Campbell
<ian.campbell@citrix.com>
Tue, 27 Mar 2012 12:52:51 +0000
(13:52 +0100)
committer
Ian Campbell
<ian.campbell@citrix.com>
Tue, 27 Mar 2012 12:52:51 +0000
(13:52 +0100)
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>
tools/libxl/xl.c
patch
|
blob
|
history
diff --git
a/tools/libxl/xl.c
b/tools/libxl/xl.c
index df9b1e752860a8e852d522717d744793cdca7f83..2b148147f90f1db6eb8b30d83d77e1f7d392c2c5 100644
(file)
--- 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"