[llvm] Stop including list (NFC)

Identified with clangd.
This commit is contained in:
Kazu Hirata 2023-12-02 10:47:26 -08:00
parent 0c06e8745f
commit a7627f721f
6 changed files with 0 additions and 6 deletions

View File

@ -58,7 +58,6 @@
#include <cstring> #include <cstring>
#include <deque> #include <deque>
#include <list>
#include <string> #include <string>
#ifdef LLVM_ON_UNIX #ifdef LLVM_ON_UNIX

View File

@ -52,7 +52,6 @@
#include <cassert> #include <cassert>
#include <cstdint> #include <cstdint>
#include <cstdlib> #include <cstdlib>
#include <list>
#include <map> #include <map>
#include <memory> #include <memory>
#include <string> #include <string>

View File

@ -15,7 +15,6 @@
#include "llvm/DebugInfo/PDB/PDBSymbolData.h" #include "llvm/DebugInfo/PDB/PDBSymbolData.h"
#include "llvm/DebugInfo/PDB/PDBSymbolFunc.h" #include "llvm/DebugInfo/PDB/PDBSymbolFunc.h"
#include <list>
#include <memory> #include <memory>
#include <unordered_map> #include <unordered_map>

View File

@ -15,7 +15,6 @@
#include "llvm/Support/Regex.h" #include "llvm/Support/Regex.h"
#include <cstdint> #include <cstdint>
#include <fstream> #include <fstream>
#include <list>
#include <map> #include <map>
#include <vector> #include <vector>

View File

@ -33,7 +33,6 @@
#include "llvm/Support/CommandLine.h" #include "llvm/Support/CommandLine.h"
#include "llvm/Support/Path.h" #include "llvm/Support/Path.h"
#include "llvm/Transforms/IPO/SampleContextTracker.h" #include "llvm/Transforms/IPO/SampleContextTracker.h"
#include <list>
#include <map> #include <map>
#include <set> #include <set>
#include <sstream> #include <sstream>

View File

@ -14,7 +14,6 @@
#include "RemarkUtilHelpers.h" #include "RemarkUtilHelpers.h"
#include "llvm/ADT/MapVector.h" #include "llvm/ADT/MapVector.h"
#include "llvm/Support/Regex.h" #include "llvm/Support/Regex.h"
#include <list>
namespace llvm { namespace llvm {
namespace remarks { namespace remarks {