Skip to content

Commit 70816b7

Browse files
committed
Just include <cstdarg> unconditionally
1 parent 9787a72 commit 70816b7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

lib/IDE/ReconstructType.cpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,9 @@
2020
#include "swift/Strings.h"
2121

2222
#include <cstdio>
23+
#include <cstdarg>
2324
#include <mutex> // std::once
2425

25-
#if defined(__FreeBSD__)
26-
#include <stdarg.h>
27-
#endif
28-
2926
using namespace swift;
3027

3128
// FIXME: replace with std::string and StringRef as appropriate to each case.

0 commit comments

Comments
 (0)