[clang-tools-extra] 0c14e27 - [clangd] Revert unwanted change from D108194

Kirill Bobyrev via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 5 09:44:59 PDT 2021


Author: Kirill Bobyrev
Date: 2021-10-05T18:44:43+02:00
New Revision: 0c14e279c7294cb354e803ba5f2557425fee7c59

URL: https://github.com/llvm/llvm-project/commit/0c14e279c7294cb354e803ba5f2557425fee7c59
DIFF: https://github.com/llvm/llvm-project/commit/0c14e279c7294cb354e803ba5f2557425fee7c59.diff

LOG: [clangd] Revert unwanted change from D108194

Added: 
    

Modified: 
    clang-tools-extra/clangd/ParsedAST.cpp

Removed: 
    


################################################################################
diff  --git a/clang-tools-extra/clangd/ParsedAST.cpp b/clang-tools-extra/clangd/ParsedAST.cpp
index 53bd01b1fddf..5a3d909eb929 100644
--- a/clang-tools-extra/clangd/ParsedAST.cpp
+++ b/clang-tools-extra/clangd/ParsedAST.cpp
@@ -18,7 +18,6 @@
 #include "FeatureModule.h"
 #include "Headers.h"
 #include "HeuristicResolver.h"
-#include "IncludeCleaner.h"
 #include "IncludeFixer.h"
 #include "Preamble.h"
 #include "SourceCode.h"


        


More information about the cfe-commits mailing list