[CodeCompletion] Replace includes of CodeCompletion.h by more specific ones

This commit is contained in:
Alex Hoppen
2022-02-23 14:48:51 +01:00
parent 7e043159f3
commit 190ee6ecc7
25 changed files with 72 additions and 47 deletions

View File

@@ -13,9 +13,10 @@
#include "CodeCompletionOrganizer.h"
#include "swift/AST/ASTContext.h"
#include "swift/AST/Module.h"
#include "swift/Frontend/Frontend.h"
#include "swift/IDE/CodeCompletionResultPrinter.h"
#include "swift/IDE/FuzzyStringMatcher.h"
#include "swift/Frontend/Frontend.h"
#include "swift/IDE/ImportDepth.h"
#include "swift/Markup/XMLUtils.h"
#include "clang/Basic/CharInfo.h"
#include "clang/Basic/Module.h"