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

@@ -26,7 +26,7 @@
#include "swift/IDE/CommentConversion.h"
#include "swift/IDE/Utils.h"
#include "swift/Markup/XMLUtils.h"
#include "swift/Sema/CodeCompletionTypeChecking.h"
#include "swift/Sema/IDETypeChecking.h"
#include "clang/AST/ASTContext.h"
#include "clang/AST/DeclObjC.h"