Remove config.h from header files

This should only be included from c files.

Signed-off-by: Christophe Fergeau <cfergeau@redhat.com>
Acked-by: Eduardo Lima (Etrunko) <etrunko@redhat.com>
This commit is contained in:
Christophe Fergeau 2018-10-04 17:56:59 +02:00
parent 7d16536672
commit b9dca950fb
3 changed files with 0 additions and 12 deletions

View File

@ -19,10 +19,6 @@
#ifndef _H_MARSHALLERS
#define _H_MARSHALLERS
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <spice/protocol.h>
#include "common/generated_client_marshallers.h"

View File

@ -23,10 +23,6 @@
#include <stdlib.h>
#include <spice/macros.h>
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
SPICE_BEGIN_DECLS
#ifdef STDC_HEADERS

View File

@ -31,10 +31,6 @@
#ifndef _H_MESSAGES
#define _H_MESSAGES
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <spice/protocol.h>
#include <spice/macros.h>