mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-26 14:41:25 +00:00
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:
parent
4f7fbb3113
commit
972cbdcfd9
@ -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>
|
||||
|
||||
@ -19,7 +19,6 @@
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <inttypes.h>
|
||||
#include <glib.h>
|
||||
#include <common/lz_common.h>
|
||||
|
||||
@ -19,7 +19,6 @@
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <inttypes.h>
|
||||
#include <glib.h>
|
||||
#include "red-common.h"
|
||||
|
||||
@ -19,7 +19,6 @@
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <inttypes.h>
|
||||
#include <zlib.h>
|
||||
#include <pthread.h>
|
||||
|
||||
@ -18,7 +18,6 @@
|
||||
#ifndef _H_REDS_STREAM
|
||||
#define _H_REDS_STREAM
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <openssl/ssl.h>
|
||||
#include <common/mem.h>
|
||||
|
||||
|
||||
@ -34,7 +34,6 @@
|
||||
#include <fcntl.h>
|
||||
#include <errno.h>
|
||||
#include <ctype.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
#include <openssl/err.h>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user