aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/public/domctl.h
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@suse.com>2012-10-04 17:11:25 +0200
committerJan Beulich <jbeulich@suse.com>2012-10-04 17:11:25 +0200
commit5a3be935c31be1861504dd1400651732d0d97297 (patch)
treecf4a78d948a403c3885fd99b76957e85336daaae /xen/include/public/domctl.h
parentbf2761690b46d06c50c6ad2cfb28e1116c7ed4c3 (diff)
downloadxen-5a3be935c31be1861504dd1400651732d0d97297.tar.gz
xen-5a3be935c31be1861504dd1400651732d0d97297.tar.bz2
xen-5a3be935c31be1861504dd1400651732d0d97297.zip
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@suse.com> Acked-by: Keir Fraser <keir@xen.org>
Diffstat (limited to 'xen/include/public/domctl.h')
-rw-r--r--xen/include/public/domctl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/include/public/domctl.h b/xen/include/public/domctl.h
index a5836470ea..f2409ec76c 100644
--- 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