aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/xl.c
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2010-05-28 09:25:07 +0100
committerKeir Fraser <keir.fraser@citrix.com>2010-05-28 09:25:07 +0100
commit63e8667404593bc52b20f9f56cbadfcafc4c00fc (patch)
tree3f9eabd2485fa58291579e2b743dc97f41f1d892 /tools/libxl/xl.c
parent84d7979493986b953dc8370abcd591e8ee8b96b8 (diff)
downloadxen-63e8667404593bc52b20f9f56cbadfcafc4c00fc.tar.gz
xen-63e8667404593bc52b20f9f56cbadfcafc4c00fc.tar.bz2
xen-63e8667404593bc52b20f9f56cbadfcafc4c00fc.zip
xl: Combine headers into one header file.
This provides a single place to put declarations of external symbols etc. Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
Diffstat (limited to 'tools/libxl/xl.c')
-rw-r--r--tools/libxl/xl.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/libxl/xl.c b/tools/libxl/xl.c
index a01bf38658..82ab873a43 100644
--- a/tools/libxl/xl.c
+++ b/tools/libxl/xl.c
@@ -29,8 +29,7 @@
#include "libxl.h"
#include "libxl_utils.h"
-#include "xl_cmdimpl.h"
-#include "xl_cmdtable.h"
+#include "xl.h"
extern struct libxl_ctx ctx;
extern int logfile;