diff options
author | Owen Pan <owenpiano@gmail.com> | 2024-03-16 22:22:29 -0700 |
---|---|---|
committer | Owen Pan <owenpiano@gmail.com> | 2024-03-16 22:24:11 -0700 |
commit | b92d6dd704d789240685a336ad8b25a9f381b4cc (patch) | |
tree | 24b2d5e1373e898cbcab33ec85b11f8b4ec7b8d0 /clang/lib/Format/ContinuationIndenter.cpp | |
parent | 65058a8d732c3c41664a4dad1a1ae2a504d5c98e (diff) | |
download | llvm-b92d6dd704d789240685a336ad8b25a9f381b4cc.zip llvm-b92d6dd704d789240685a336ad8b25a9f381b4cc.tar.gz llvm-b92d6dd704d789240685a336ad8b25a9f381b4cc.tar.bz2 |
[clang-format][NFC] Delete 100+ redundant #include lines in .cpp files
Diffstat (limited to 'clang/lib/Format/ContinuationIndenter.cpp')
-rw-r--r-- | clang/lib/Format/ContinuationIndenter.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
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 <optional> #define DEBUG_TYPE "format-indenter" |