Remove the "swift/Basic/Optional.h" header.

llvm::Optional lives in "llvm/ADT/Optional.h". Like Clang, we can get
Optional in the 'swift' namespace by including "swift/Basic/LLVM.h".

We're now fully switched over to llvm::Optional!

Swift SVN r22477
This commit is contained in:
Jordan Rose
2014-10-02 18:51:45 +00:00
parent 042569a3be
commit 3fcdfd40e9
46 changed files with 25 additions and 83 deletions

View File

@@ -21,7 +21,6 @@
#include "swift/AST/NameLookup.h"
#include "swift/AST/USRGeneration.h"
#include "swift/Basic/LLVM.h"
#include "swift/Basic/Optional.h"
#include "swift/ClangImporter/ClangModule.h"
#include "swift/Parse/CodeCompletionCallbacks.h"
#include "swift/Sema/CodeCompletionTypeChecking.h"