Skip to content

Commit 614ba0a

Browse files
committed
removed <iostream> as it is no longer required.
1 parent e79e748 commit 614ba0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Driver/UnixToolChains.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
1010
//
1111
//===----------------------------------------------------------------------===//
12-
#include <iostream>
12+
1313
#include <fstream>
1414

1515
#include "ToolChains.h"

0 commit comments

Comments
 (0)