]> xenbits.xensource.com Git - xen.git/commitdiff
xl: use <> variant to include Xen tools library headers
authorWei Liu <wei.liu2@citrix.com>
Thu, 23 Feb 2017 18:06:14 +0000 (18:06 +0000)
committerWei Liu <wei.liu2@citrix.com>
Mon, 27 Feb 2017 16:24:38 +0000 (16:24 +0000)
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 <wei.liu2@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/xl/xl.c
tools/xl/xl.h
tools/xl/xl_cmdimpl.c
tools/xl/xl_cmdtable.c
tools/xl/xl_sxp.c

index 5eab2c31c40725d3b6f5c2414963eff05e6c4f60..32346ad7a55658bd8c44605feb1419e3e9988f37 100644 (file)
@@ -24,9 +24,9 @@
 #include <inttypes.h>
 #include <regex.h>
 
-#include "libxl.h"
-#include "libxl_utils.h"
-#include "libxlutil.h"
+#include <libxl.h>
+#include <libxl_utils.h>
+#include <libxlutil.h>
 #include "xl.h"
 
 xentoollog_logger_stdiostream *logger;
index 84dd2a92653916e0e8724345cfce662a33eed3d3..a8b6264c593626f2c169c0281a135367df3724a4 100644 (file)
@@ -18,7 +18,7 @@
 #include <assert.h>
 
 #include "_paths.h"
-#include "xentoollog.h"
+#include <xentoollog.h>
 
 struct cmd_spec {
     char *cmd_name;
index 4dfcbe61cad569e80887a2b8771fd577e4407e8f..9901011008728de58621553851b838ad86a9632f 100644 (file)
 #include <limits.h>
 #include <xen/hvm/e820.h>
 
-#include "libxl.h"
-#include "libxl_utils.h"
-#include "libxl_json.h"
-#include "libxlutil.h"
+#include <libxl.h>
+#include <libxl_utils.h>
+#include <libxl_json.h>
+#include <libxlutil.h>
 #include "xl.h"
 
 /* For calls which return an errno on failure */
index ddcd6c242377ec1cb1b824c23d04c6254b1d18e8..1219b3309dae5277dc6ce9cd6f04cc510d724d7e 100644 (file)
@@ -14,7 +14,7 @@
 
 #include <string.h>
 
-#include "libxl.h"
+#include <libxl.h>
 #include "xl.h"
 
 struct cmd_spec cmd_table[] = {
index 9ced6f17be9531a8ec9a304304d43ce15d4f33e9..e738bf246597ca1605e53f134628b9434ee9392c 100644 (file)
@@ -19,8 +19,8 @@
 #include <stdlib.h>
 #include <inttypes.h>
 
-#include "libxl.h"
-#include "libxl_utils.h"
+#include <libxl.h>
+#include <libxl_utils.h>
 #include "xl.h"
 
 /* In general you should not add new output to this function since it