log: Follow spice style guidelines for #include in log.h

Signed-off-by: Christophe Fergeau <cfergeau@redhat.com>
This commit is contained in:
Christophe Fergeau 2017-03-31 12:13:29 +02:00
parent 0996c33d6d
commit af682b1b06

View File

@ -18,12 +18,11 @@
#ifndef H_SPICE_LOG
#define H_SPICE_LOG
#include <stdio.h>
#include <glib.h>
#include <spice/macros.h>
#include <stdarg.h>
#include <stdio.h>
#include <glib.h>
#include <spice/macros.h>
#include "macros.h"
SPICE_BEGIN_DECLS