libxc: remove dependency on xenstore headers.
authorIan Campbell <ian.campbell@citrix.com>
Mon, 21 Mar 2011 17:39:41 +0000 (17:39 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Mon, 21 Mar 2011 17:39:41 +0000 (17:39 +0000)
xc_offline_page doesn't really need xs.h.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxc/Makefile
tools/libxc/xc_offline_page.c

index e75500145d041efdb6fc048716aa6c555064d62d..07156118adf55a296f8977fc7c43cf6ec36d8f36 100644 (file)
@@ -68,7 +68,7 @@ OSDEP_SRCS-y                 += xenctrl_osdep_ENOSYS.c
 -include $(XEN_TARGET_ARCH)/Makefile
 
 CFLAGS   += -Werror -Wmissing-prototypes
-CFLAGS   += $(INCLUDES) -I. -I../xenstore -I../include
+CFLAGS   += $(INCLUDES) -I. -I../include
 
 # Needed for posix_fadvise64() in xc_linux.c
 CFLAGS-$(CONFIG_Linux) += -D_GNU_SOURCE
index ad8e24cf3737d4040a40fefa99c229ed9751c564..089a3614405283c2b17e166e57f74255decf4493 100644 (file)
@@ -26,7 +26,6 @@
 #include <stdlib.h>
 #include <unistd.h>
 #include <sys/time.h>
-#include <xs.h>
 #include <xc_core.h>
 
 #include "xc_private.h"