From: Wei Liu Date: Thu, 23 Feb 2017 18:06:14 +0000 (+0000) Subject: xl: use <> variant to include Xen tools library headers X-Git-Tag: archive/raspbian/4.11.1-1+rpi1~1^2~66^2~2669 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7b436e160e30a15ce09df3bc0f6eec81f28381c6;p=xen.git xl: use <> variant to include Xen tools library headers They should be treated like any other libraries installed on the build host. Compiler options are set correctly to point to their locations. Signed-off-by: Wei Liu Acked-by: Ian Jackson --- diff --git a/tools/xl/xl.c b/tools/xl/xl.c index 5eab2c31c4..32346ad7a5 100644 --- a/tools/xl/xl.c +++ b/tools/xl/xl.c @@ -24,9 +24,9 @@ #include #include -#include "libxl.h" -#include "libxl_utils.h" -#include "libxlutil.h" +#include +#include +#include #include "xl.h" xentoollog_logger_stdiostream *logger; diff --git a/tools/xl/xl.h b/tools/xl/xl.h index 84dd2a9265..a8b6264c59 100644 --- a/tools/xl/xl.h +++ b/tools/xl/xl.h @@ -18,7 +18,7 @@ #include #include "_paths.h" -#include "xentoollog.h" +#include struct cmd_spec { char *cmd_name; diff --git a/tools/xl/xl_cmdimpl.c b/tools/xl/xl_cmdimpl.c index 4dfcbe61ca..9901011008 100644 --- a/tools/xl/xl_cmdimpl.c +++ b/tools/xl/xl_cmdimpl.c @@ -34,10 +34,10 @@ #include #include -#include "libxl.h" -#include "libxl_utils.h" -#include "libxl_json.h" -#include "libxlutil.h" +#include +#include +#include +#include #include "xl.h" /* For calls which return an errno on failure */ diff --git a/tools/xl/xl_cmdtable.c b/tools/xl/xl_cmdtable.c index ddcd6c2423..1219b3309d 100644 --- a/tools/xl/xl_cmdtable.c +++ b/tools/xl/xl_cmdtable.c @@ -14,7 +14,7 @@ #include -#include "libxl.h" +#include #include "xl.h" struct cmd_spec cmd_table[] = { diff --git a/tools/xl/xl_sxp.c b/tools/xl/xl_sxp.c index 9ced6f17be..e738bf2465 100644 --- a/tools/xl/xl_sxp.c +++ b/tools/xl/xl_sxp.c @@ -19,8 +19,8 @@ #include #include -#include "libxl.h" -#include "libxl_utils.h" +#include +#include #include "xl.h" /* In general you should not add new output to this function since it