projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf27616
)
fix inclusion style in public/domctl.h
author
Jan Beulich
<jbeulich@suse.com>
Thu, 4 Oct 2012 15:11:25 +0000
(17:11 +0200)
committer
Jan Beulich
<jbeulich@suse.com>
Thu, 4 Oct 2012 15:11:25 +0000
(17:11 +0200)
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>
xen/include/public/domctl.h
patch
|
blob
|
history
diff --git
a/xen/include/public/domctl.h
b/xen/include/public/domctl.h
index a5836470ead157d2038651eab622e67125520067..f2409ec76cb2771ebca608d1fd6fd8985b384d3a 100644
(file)
--- 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