[libgovirt] Reorder headers in OvirtVm



commit 84bd8a262eb29bc061ae4438be5a5621e43f5e54
Author: Christophe Fergeau <cfergeau redhat com>
Date:   Thu Sep 5 15:55:52 2013 +0200

    Reorder headers in OvirtVm

 govirt/ovirt-vm.c |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/govirt/ovirt-vm.c b/govirt/ovirt-vm.c
index 7437bae..1628495 100644
--- a/govirt/ovirt-vm.c
+++ b/govirt/ovirt-vm.c
@@ -22,12 +22,13 @@
 
 #include <config.h>
 
+#include <stdlib.h>
+#include <rest/rest-xml-node.h>
+#include <rest/rest-xml-parser.h>
+
 #include "govirt.h"
 #include "govirt-private.h"
 
-#include <rest/rest-xml-node.h>
-#include <rest/rest-xml-parser.h>
-#include <stdlib.h>
 
 typedef gboolean (*ActionResponseParser)(RestXmlNode *node, OvirtVm *vm, GError **error);
 static gboolean parse_action_response(RestProxyCall *call, OvirtVm *vm,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]