From a7627f721f3daa20629e44316e8b51e75ce78bb4 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sat, 2 Dec 2023 10:47:26 -0800 Subject: [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(-) (limited to 'llvm/tools') diff --git a/llvm/tools/llvm-jitlink/llvm-jitlink.cpp b/llvm/tools/llvm-jitlink/llvm-jitlink.cpp index d73d2475..17fb70f3 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 abd45b3..4141aa8 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 f43c5c1..ec3e8d9 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 14137e8..d4164cc 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 8f42ff1..0fd12f5 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 312d0e0..34d5bff 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 { -- cgit v1.1