Remove stdbool.h include from .c files

It's already included in red-common.h

Signed-off-by: Christophe Fergeau <cfergeau@redhat.com>
Acked-by: Frediano Ziglio <fziglio@redhat.com>
This commit is contained in:
Christophe Fergeau 2017-02-13 15:01:55 +01:00
parent 4f7fbb3113
commit 972cbdcfd9
6 changed files with 0 additions and 6 deletions

View File

@ -20,7 +20,6 @@
#endif
#include <stddef.h> // NULL
#include <stdbool.h>
#include <spice/macros.h>
#include <spice/vd_agent.h>
#include <spice/protocol.h>

View File

@ -19,7 +19,6 @@
#include <config.h>
#endif
#include <stdbool.h>
#include <inttypes.h>
#include <glib.h>
#include <common/lz_common.h>

View File

@ -19,7 +19,6 @@
#include <config.h>
#endif
#include <stdbool.h>
#include <inttypes.h>
#include <glib.h>
#include "red-common.h"

View File

@ -19,7 +19,6 @@
#include <config.h>
#endif
#include <stdbool.h>
#include <inttypes.h>
#include <zlib.h>
#include <pthread.h>

View File

@ -18,7 +18,6 @@
#ifndef _H_REDS_STREAM
#define _H_REDS_STREAM
#include <stdbool.h>
#include <openssl/ssl.h>
#include <common/mem.h>

View File

@ -34,7 +34,6 @@
#include <fcntl.h>
#include <errno.h>
#include <ctype.h>
#include <stdbool.h>
#include <openssl/err.h>