mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Removed an unnecessary #include from CompilerInvocation.cpp.
At this point, the only dependency swiftFrontend has on swiftDriver is on swift/Driver/Options.h for the options table. Swift SVN r19823
This commit is contained in:
@@ -16,7 +16,6 @@
|
||||
#include "swift/AST/DiagnosticsFrontend.h"
|
||||
#include "swift/Basic/Platform.h"
|
||||
#include "swift/Driver/Options.h"
|
||||
#include "swift/Driver/Util.h"
|
||||
#include "llvm/ADT/STLExtras.h"
|
||||
#include "llvm/ADT/Triple.h"
|
||||
#include "llvm/Option/Arg.h"
|
||||
|
||||
Reference in New Issue
Block a user