aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Format/WhitespaceManager.cpp
diff options
context:
space:
mode:
authorOwen Pan <owenpiano@gmail.com>2024-03-19 20:58:49 -0700
committerOwen Pan <owenpiano@gmail.com>2024-03-19 21:28:22 -0700
commitb2082a98175b0e5356f23bf21d3dc5b76edea390 (patch)
tree382b6c455d2b58da8a6accbd7dac2b75ec8bc3be /clang/lib/Format/WhitespaceManager.cpp
parentf375aff594d97fc9f6cf2cffb502882833c15cdd (diff)
downloadllvm-b2082a98175b0e5356f23bf21d3dc5b76edea390.zip
llvm-b2082a98175b0e5356f23bf21d3dc5b76edea390.tar.gz
llvm-b2082a98175b0e5356f23bf21d3dc5b76edea390.tar.bz2
Revert "[clang-format][NFC] Delete 100+ redundant #include lines in .cpp files"
This reverts commit b92d6dd704d789240685a336ad8b25a9f381b4cc. See github.com/llvm/llvm-project/commit/b92d6dd704d7#commitcomment-139992444 We should use a tool like Visual Studio to clean up the headers.
Diffstat (limited to 'clang/lib/Format/WhitespaceManager.cpp')
-rw-r--r--clang/lib/Format/WhitespaceManager.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/lib/Format/WhitespaceManager.cpp b/clang/lib/Format/WhitespaceManager.cpp
index 6577c19..753be25 100644
--- a/clang/lib/Format/WhitespaceManager.cpp
+++ b/clang/lib/Format/WhitespaceManager.cpp
@@ -12,6 +12,9 @@
//===----------------------------------------------------------------------===//
#include "WhitespaceManager.h"
+#include "llvm/ADT/STLExtras.h"
+#include "llvm/ADT/SmallVector.h"
+#include <algorithm>
namespace clang {
namespace format {