Browse Source

Remove ancient MSVC workaround for stdbool.h

zrythm_meson
David Robillard 4 years ago
parent
commit
c2f8d84c2e
  1. 3
      serd/serd.h

3
serd/serd.h

@ -22,6 +22,7 @@ @@ -22,6 +22,7 @@
#define SERD_SERD_H
#include <stdarg.h>
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
#include <stdio.h>
@ -45,8 +46,6 @@ @@ -45,8 +46,6 @@
#ifdef __cplusplus
extern "C" {
#else
# include <stdbool.h>
#endif
/**

Loading…
Cancel
Save