[Spice-commits] common/log.h

Christophe Fergau teuf at kemper.freedesktop.org
Fri Mar 31 10:14:08 UTC 2017


 common/log.h |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

New commits:
commit af682b1b06dea55007d9aa7c37cd443e4349e43f
Author: Christophe Fergeau <cfergeau at redhat.com>
Date:   Fri Mar 31 12:13:29 2017 +0200

    log: Follow spice style guidelines for #include in log.h
    
    Signed-off-by: Christophe Fergeau <cfergeau at redhat.com>

diff --git a/common/log.h b/common/log.h
index 11261ca..73432d7 100644
--- a/common/log.h
+++ b/common/log.h
@@ -18,12 +18,11 @@
 #ifndef H_SPICE_LOG
 #define H_SPICE_LOG
 
+#include <stdarg.h>
 #include <stdio.h>
-
 #include <glib.h>
-
 #include <spice/macros.h>
-#include <stdarg.h>
+
 #include "macros.h"
 
 SPICE_BEGIN_DECLS


More information about the Spice-commits mailing list