From b92d6dd704d789240685a336ad8b25a9f381b4cc Mon Sep 17 00:00:00 2001 From: Owen Pan Date: Sat, 16 Mar 2024 22:22:29 -0700 Subject: [clang-format][NFC] Delete 100+ redundant #include lines in .cpp files --- clang/lib/Format/ContinuationIndenter.cpp | 9 --------- 1 file changed, 9 deletions(-) (limited to 'clang/lib/Format/ContinuationIndenter.cpp') diff --git a/clang/lib/Format/ContinuationIndenter.cpp b/clang/lib/Format/ContinuationIndenter.cpp index 964f1ea..3987f21 100644 --- a/clang/lib/Format/ContinuationIndenter.cpp +++ b/clang/lib/Format/ContinuationIndenter.cpp @@ -14,15 +14,6 @@ #include "ContinuationIndenter.h" #include "BreakableToken.h" #include "FormatInternal.h" -#include "FormatToken.h" -#include "WhitespaceManager.h" -#include "clang/Basic/OperatorPrecedence.h" -#include "clang/Basic/SourceManager.h" -#include "clang/Basic/TokenKinds.h" -#include "clang/Format/Format.h" -#include "llvm/ADT/StringSet.h" -#include "llvm/Support/Debug.h" -#include #define DEBUG_TYPE "format-indenter" -- cgit v1.1