Squashed 'src/c-stdaux/' changes from da7209900ef0..ddd666b76654

ddd666b76654 c-stdaux.h: don't include <stdatomic.h>

git-subtree-dir: src/c-stdaux
git-subtree-split: ddd666b766548a8703ba845c3d58a21bdeaf5f2e
This commit is contained in:
Thomas Haller
2022-07-22 12:10:00 +02:00
parent 0a46856689
commit 21539f1159

View File

@@ -57,7 +57,6 @@ extern "C" {
#include <limits.h>
#include <stdalign.h>
#include <stdarg.h>
#include <stdatomic.h>
#include <stdbool.h>
#include <stddef.h>
#include <stdio.h>