[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 <deque>
#include <list>
#include <string>
#ifdef LLVM_ON_UNIX

View File

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

View File

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

View File

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

View File

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

View File

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