From 92ac288113b1af81b7a4bb1e94769e18efc1ec5a Mon Sep 17 00:00:00 2001 From: AJIOB Date: Sun, 20 Sep 2026 06:12:52 +0000 Subject: [PATCH] clang-tidy: fix module warnings for LLVM 22 --- Utilities/ClangTidyModule/Module.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/Utilities/ClangTidyModule/Module.cxx b/Utilities/ClangTidyModule/Module.cxx index 3a8ec9e1ea..59987dbbef 100644 --- a/Utilities/ClangTidyModule/Module.cxx +++ b/Utilities/ClangTidyModule/Module.cxx @@ -1,7 +1,6 @@ /* Distributed under the OSI-approved BSD 3-Clause License. See accompanying file LICENSE.rst or https://cmake.org/licensing for details. */ #include -#include #include "OstringstreamUseCmstrcatCheck.h" #include "StringConcatenationUseCmstrcatCheck.h"