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:
Connor Wakamo
2014-07-10 20:51:45 +00:00
parent 5a861b3515
commit cf14fefd3c

View File

@@ -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"