Skip to content

Commit 81e3b8b

Browse files
authored
Merge pull request github#12621 from github/sashabu/includes
Swift: Cleanup: Remove some unused #includes.
2 parents 62a47ce + 12b75e7 commit 81e3b8b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

swift/extractor/main.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#include <fstream>
2-
#include <iomanip>
31
#include <stdlib.h>
42
#include <vector>
53
#include <iostream>
@@ -18,7 +16,6 @@
1816
#include "swift/extractor/invocation/SwiftInvocationExtractor.h"
1917
#include "swift/extractor/trap/TrapDomain.h"
2018
#include "swift/extractor/infra/file/Path.h"
21-
#include <swift/Basic/InitializeSwiftModules.h>
2219

2320
using namespace std::string_literals;
2421

0 commit comments

Comments
 (0)