Skip to content

Commit db88f35

Browse files
authored
Remove unnecessary import in c-atomics.h (#561)
1 parent f8600df commit db88f35

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/CNIOAtomics/include/c-atomics.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
//===----------------------------------------------------------------------===//
1414

1515
#include <stdbool.h>
16-
#include <inttypes.h>
1716
#include <stdint.h>
1817

1918
#if __clang_major__ == 3 && __clang_minor__ <= 6

0 commit comments

Comments
 (0)