mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-common
synced 2025-12-26 14:18:36 +00:00
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:
parent
7d16536672
commit
b9dca950fb
@ -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"
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user