diff options
author | Owen Pan <owenpiano@gmail.com> | 2025-07-11 18:15:27 -0700 |
---|---|---|
committer | Owen Pan <owenpiano@gmail.com> | 2025-07-11 18:15:27 -0700 |
commit | 2f1673eaa0e3b0c98cdd66429849ec27e220055b (patch) | |
tree | 73411fe41d864497747d16561e67d6d3ac058af0 /clang/lib/Format | |
parent | 11325fd0c910abad959f4b81aa4e6cb5445a3623 (diff) | |
download | llvm-2f1673eaa0e3b0c98cdd66429849ec27e220055b.zip llvm-2f1673eaa0e3b0c98cdd66429849ec27e220055b.tar.gz llvm-2f1673eaa0e3b0c98cdd66429849ec27e220055b.tar.bz2 |
Follow up on #147623
Diffstat (limited to 'clang/lib/Format')
-rw-r--r-- | clang/lib/Format/Format.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/Format/Format.cpp b/clang/lib/Format/Format.cpp index 8b217bc..4956607 100644 --- a/clang/lib/Format/Format.cpp +++ b/clang/lib/Format/Format.cpp @@ -22,7 +22,6 @@ #include "UnwrappedLineFormatter.h" #include "UsingDeclarationsSorter.h" #include "clang/Tooling/Inclusions/HeaderIncludes.h" - #include "llvm/ADT/Sequence.h" #include <limits> |