Skip to content

Commit 09d963f

Browse files
authored
Merge pull request #3527 from swiftwasm/maxd/driver-headers
Remove unused headers from WebAssemblyToolchains
2 parents 44d5f56 + 0c013a2 commit 09d963f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/Driver/WebAssemblyToolChains.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// This source file is part of the Swift.org open source project
44
//
5-
// Copyright (c) 2014 - 2018 Apple Inc. and the Swift project authors
5+
// Copyright (c) 2014 - 2021 Apple Inc. and the Swift project authors
66
// Licensed under Apache License v2.0 with Runtime Library Exception
77
//
88
// See https://swift.org/LICENSE.txt for license information
@@ -14,11 +14,9 @@
1414

1515
#include "swift/ABI/System.h"
1616
#include "swift/AST/DiagnosticsDriver.h"
17-
#include "swift/Basic/Dwarf.h"
1817
#include "swift/Basic/LLVM.h"
1918
#include "swift/Basic/Platform.h"
2019
#include "swift/Basic/Range.h"
21-
#include "swift/Basic/TaskQueue.h"
2220
#include "swift/Config.h"
2321
#include "swift/Driver/Compilation.h"
2422
#include "swift/Driver/Driver.h"

0 commit comments

Comments
 (0)