From 5ba5f7c46ccfe98fd68d6e31d25f386d67d484b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Sch=C3=A4pers?= Date: Sun, 20 Nov 2022 15:08:28 +0100 Subject: [PATCH] [clang-format][NFC] Removed unused include --- clang/unittests/Format/FormatTestComments.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/clang/unittests/Format/FormatTestComments.cpp b/clang/unittests/Format/FormatTestComments.cpp index e95e89ae98a5..524bf87f37ba 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"