From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: [PATCH] fix inclusion style in public/domctl.h Date: Thu, 04 Oct 2012 15:31:46 +0100 Message-ID: References: <506DB10A020000780009FA9F@nat28.tlf.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <506DB10A020000780009FA9F@nat28.tlf.novell.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Jan Beulich , xen-devel Cc: Jinsong Liu List-Id: xen-devel@lists.xenproject.org On 04/10/2012 14:53, "Jan Beulich" wrote: > Public headers should include one another only via self-relative > include directives (violated by 25955:07d0d5b3a005). > > Signed-off-by: Jan Beulich Acked-by: Keir Fraser > --- 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 > #include "xen.h" > #include "grant_table.h" > +#include "hvm/save.h" > > #define XEN_DOMCTL_INTERFACE_VERSION 0x00000008 > > > > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xen.org > http://lists.xen.org/xen-devel