[clang] 5ba5f7c - [clang-format][NFC] Removed unused include
Björn Schäpers via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 21 04:24:42 PST 2022
Author: Björn Schäpers
Date: 2022-11-21T13:24:19+01:00
New Revision: 5ba5f7c46ccfe98fd68d6e31d25f386d67d484b4
URL: https://github.com/llvm/llvm-project/commit/5ba5f7c46ccfe98fd68d6e31d25f386d67d484b4
DIFF: https://github.com/llvm/llvm-project/commit/5ba5f7c46ccfe98fd68d6e31d25f386d67d484b4.diff
LOG: [clang-format][NFC] Removed unused include
Added:
Modified:
clang/unittests/Format/FormatTestComments.cpp
Removed:
################################################################################
diff --git a/clang/unittests/Format/FormatTestComments.cpp b/clang/unittests/Format/FormatTestComments.cpp
index e95e89ae98a54..524bf87f37ba5 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"
More information about the cfe-commits
mailing list