From ba007a60d07fb4ac685c8bca7b7a18b870e287b2 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sun, 25 May 2025 10:55:36 -0700 Subject: [clang-tidy] Remove unused includes (NFC) (#141420) These are identified by misc-include-cleaner. I've filtered out those that break builds. Also, I'm staying away from llvm-config.h, config.h, and Compiler.h, which likely cause platform- or compiler-specific build failures. --- clang-tools-extra/clang-tidy/android/CloexecSocketCheck.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'clang-tools-extra/clang-tidy/android/CloexecSocketCheck.cpp') diff --git a/clang-tools-extra/clang-tidy/android/CloexecSocketCheck.cpp b/clang-tools-extra/clang-tidy/android/CloexecSocketCheck.cpp index 9e2e6ca..65c6a820 100644 --- a/clang-tools-extra/clang-tidy/android/CloexecSocketCheck.cpp +++ b/clang-tools-extra/clang-tidy/android/CloexecSocketCheck.cpp @@ -7,7 +7,6 @@ //===----------------------------------------------------------------------===// #include "CloexecSocketCheck.h" -#include "clang/AST/ASTContext.h" #include "clang/ASTMatchers/ASTMatchFinder.h" using namespace clang::ast_matchers; -- cgit v1.1