summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2022-07-22 12:10:00 +0200
committerThomas Haller <thaller@redhat.com>2022-07-22 12:10:00 +0200
commit21539f1159f3c36008e96867b64a1d75789396bd (patch)
treef0153b2e2d81b52b554036f86eca122618c3ea7f
parent0a468566890696f0864fa224653be8b3e609d47f (diff)
downloadNetworkManager-21539f1159f3c36008e96867b64a1d75789396bd.tar.gz
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
-rw-r--r--src/c-stdaux.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/c-stdaux.h b/src/c-stdaux.h
index f87362bece..80db7f9a41 100644
--- a/src/c-stdaux.h
+++ b/src/c-stdaux.h
@@ -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>