[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] fix inclusion style in public/domctl.h
Public headers should include one another only via self-relative include directives (violated by 25955:07d0d5b3a005). Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx> --- a/xen/include/public/domctl.h +++ b/xen/include/public/domctl.h @@ -32,9 +32,9 @@ #error "domctl operations are intended for use by node control tools only" #endif -#include <xen/hvm/save.h> #include "xen.h" #include "grant_table.h" +#include "hvm/save.h" #define XEN_DOMCTL_INTERFACE_VERSION 0x00000008 Attachment:
domctl-include-hvm-save.patch _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |