Skip to content

Commit 223dbd4

Browse files
authored
Don't include <iostream> in MetadataSource.h because it's not actually needed (#39845)
1 parent 9201146 commit 223dbd4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

include/swift/Reflection/MetadataSource.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
using llvm::cast;
2929

3030
#include <climits>
31-
#include <iostream>
31+
#include <string>
3232

3333
namespace swift {
3434
namespace reflection {

tools/swift-reflection-dump/swift-reflection-dump.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141

4242
#include <algorithm>
4343
#include <csignal>
44+
#include <iostream>
4445

4546
using llvm::ArrayRef;
4647
using llvm::dyn_cast;

0 commit comments

Comments
 (0)