From a7627f721f3daa20629e44316e8b51e75ce78bb4 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sat, 2 Dec 2023 10:47:26 -0800 Subject: [PATCH] [llvm] Stop including list (NFC) Identified with clangd. --- llvm/tools/llvm-jitlink/llvm-jitlink.cpp | 1 - llvm/tools/llvm-lto/llvm-lto.cpp | 1 - llvm/tools/llvm-pdbutil/PrettyClassDefinitionDumper.h | 1 - llvm/tools/llvm-profgen/PerfReader.h | 1 - llvm/tools/llvm-profgen/ProfiledBinary.h | 1 - llvm/tools/llvm-remarkutil/RemarkCounter.h | 1 - 6 files changed, 6 deletions(-) diff --git a/llvm/tools/llvm-jitlink/llvm-jitlink.cpp b/llvm/tools/llvm-jitlink/llvm-jitlink.cpp index d73d247599b9..17fb70f39b6a 100644 --- a/llvm/tools/llvm-jitlink/llvm-jitlink.cpp +++ b/llvm/tools/llvm-jitlink/llvm-jitlink.cpp @@ -58,7 +58,6 @@ #include #include -#include #include #ifdef LLVM_ON_UNIX diff --git a/llvm/tools/llvm-lto/llvm-lto.cpp b/llvm/tools/llvm-lto/llvm-lto.cpp index abd45b305df0..4141aa85d086 100644 --- a/llvm/tools/llvm-lto/llvm-lto.cpp +++ b/llvm/tools/llvm-lto/llvm-lto.cpp @@ -52,7 +52,6 @@ #include #include #include -#include #include #include #include diff --git a/llvm/tools/llvm-pdbutil/PrettyClassDefinitionDumper.h b/llvm/tools/llvm-pdbutil/PrettyClassDefinitionDumper.h index f43c5c11bdfd..ec3e8d98e8bc 100644 --- a/llvm/tools/llvm-pdbutil/PrettyClassDefinitionDumper.h +++ b/llvm/tools/llvm-pdbutil/PrettyClassDefinitionDumper.h @@ -15,7 +15,6 @@ #include "llvm/DebugInfo/PDB/PDBSymbolData.h" #include "llvm/DebugInfo/PDB/PDBSymbolFunc.h" -#include #include #include diff --git a/llvm/tools/llvm-profgen/PerfReader.h b/llvm/tools/llvm-profgen/PerfReader.h index 14137e82572d..d4164cc4fa17 100644 --- a/llvm/tools/llvm-profgen/PerfReader.h +++ b/llvm/tools/llvm-profgen/PerfReader.h @@ -15,7 +15,6 @@ #include "llvm/Support/Regex.h" #include #include -#include #include #include diff --git a/llvm/tools/llvm-profgen/ProfiledBinary.h b/llvm/tools/llvm-profgen/ProfiledBinary.h index 8f42ff11a38a..0fd12f5acd6b 100644 --- a/llvm/tools/llvm-profgen/ProfiledBinary.h +++ b/llvm/tools/llvm-profgen/ProfiledBinary.h @@ -33,7 +33,6 @@ #include "llvm/Support/CommandLine.h" #include "llvm/Support/Path.h" #include "llvm/Transforms/IPO/SampleContextTracker.h" -#include #include #include #include diff --git a/llvm/tools/llvm-remarkutil/RemarkCounter.h b/llvm/tools/llvm-remarkutil/RemarkCounter.h index 312d0e02529b..34d5bff77405 100644 --- a/llvm/tools/llvm-remarkutil/RemarkCounter.h +++ b/llvm/tools/llvm-remarkutil/RemarkCounter.h @@ -14,7 +14,6 @@ #include "RemarkUtilHelpers.h" #include "llvm/ADT/MapVector.h" #include "llvm/Support/Regex.h" -#include namespace llvm { namespace remarks {