Skip to content

Commit 3f9bbff

Browse files
committed
Remove stdint.h workaround (doesn't work.)
1 parent 478e993 commit 3f9bbff

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Sources/TestingInternals/Discovery.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
#include "Discovery.h"
1212

13-
#include <cstdint> // must come before <atomic>
1413
#include <atomic>
1514
#include <iterator>
1615
#include <type_traits>

Sources/TestingInternals/WillThrow.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
#include "WillThrow.h"
1212

13-
#include <cstdint> // must come before <atomic>
1413
#include <atomic>
1514

1615
/// The Swift runtime error-handling hook.

0 commit comments

Comments
 (0)