Rename CodeCompletionTypeChecking.h to IDETypeChecking.h since it's used by more clients now. NFC

This commit is contained in:
Xi Ge
2016-02-04 10:47:05 -08:00
parent 8ade928d84
commit 77b7180f1a
10 changed files with 12 additions and 12 deletions

View File

@@ -27,7 +27,7 @@
#include "swift/ClangImporter/ClangImporter.h"
#include "swift/ClangImporter/ClangModule.h"
#include "swift/Parse/CodeCompletionCallbacks.h"
#include "swift/Sema/CodeCompletionTypeChecking.h"
#include "swift/Sema/IDETypeChecking.h"
#include "swift/Subsystems.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/ADT/SmallSet.h"