diff options
author | Björn Schäpers <bjoern@hazardy.de> | 2022-11-20 15:08:28 +0100 |
---|---|---|
committer | Björn Schäpers <bjoern@hazardy.de> | 2022-11-21 13:24:19 +0100 |
commit | 5ba5f7c46ccfe98fd68d6e31d25f386d67d484b4 (patch) | |
tree | ad386007738c237e739a7f30be1191a148bf435b /clang/unittests/Format/FormatTestComments.cpp | |
parent | 9e00909b00f9e75b4f710bc60f13ceea1215746c (diff) | |
download | llvm-5ba5f7c46ccfe98fd68d6e31d25f386d67d484b4.zip llvm-5ba5f7c46ccfe98fd68d6e31d25f386d67d484b4.tar.gz llvm-5ba5f7c46ccfe98fd68d6e31d25f386d67d484b4.tar.bz2 |
[clang-format][NFC] Removed unused include
Diffstat (limited to 'clang/unittests/Format/FormatTestComments.cpp')
-rw-r--r-- | clang/unittests/Format/FormatTestComments.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/unittests/Format/FormatTestComments.cpp b/clang/unittests/Format/FormatTestComments.cpp index e95e89a..524bf87 100644 --- a/clang/unittests/Format/FormatTestComments.cpp +++ b/clang/unittests/Format/FormatTestComments.cpp @@ -12,7 +12,6 @@ #include "FormatTestUtils.h" #include "llvm/Support/Debug.h" -#include "llvm/Support/MemoryBuffer.h" #include "gtest/gtest.h" #define DEBUG_TYPE "format-test" |