We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 62a47ce + 12b75e7 commit 81e3b8bCopy full SHA for 81e3b8b
swift/extractor/main.cpp
@@ -1,5 +1,3 @@
1
-#include <fstream>
2
-#include <iomanip>
3
#include <stdlib.h>
4
#include <vector>
5
#include <iostream>
@@ -18,7 +16,6 @@
18
16
#include "swift/extractor/invocation/SwiftInvocationExtractor.h"
19
17
#include "swift/extractor/trap/TrapDomain.h"
20
#include "swift/extractor/infra/file/Path.h"
21
-#include <swift/Basic/InitializeSwiftModules.h>
22
23
using namespace std::string_literals;
24
0 commit comments