[llvm] Stop including map (NFC)

Identified with clangd.
This commit is contained in:
Kazu Hirata 2023-12-03 11:31:38 -08:00
parent 871dfd80bd
commit 3b1761b845
8 changed files with 0 additions and 9 deletions

View File

@ -20,7 +20,6 @@
#include "llvm/DebugInfo/LogicalView/Core/LVSupport.h"
#include <limits>
#include <list>
#include <map>
#include <string>
namespace llvm {

View File

@ -14,7 +14,6 @@
#ifndef LLVM_IR_REPLACECONSTANT_H
#define LLVM_IR_REPLACECONSTANT_H
#include <map>
#include <vector>
namespace llvm {

View File

@ -17,7 +17,6 @@
#include "llvm/ADT/StringSwitch.h"
#include "llvm/BinaryFormat/MsgPackDocument.h"
#include <map>
#include <utility>
namespace llvm {

View File

@ -13,7 +13,6 @@
#include "llvm/DWARFLinkerParallel/DWARFLinker.h"
#include "llvm/DWARFLinkerParallel/StringPool.h"
#include "llvm/Support/PerThreadBumpPtrAllocator.h"
#include <map>
namespace llvm {

View File

@ -27,8 +27,6 @@
#include "llvm/IR/Module.h"
#include "llvm/Support/DynamicLibrary.h"
#include <map>
#define DEBUG_TYPE "orc"
using namespace llvm;

View File

@ -9,7 +9,6 @@
#include "MCInstrDescView.h"
#include <iterator>
#include <map>
#include <tuple>
#include "llvm/ADT/STLExtras.h"

View File

@ -31,7 +31,6 @@
#include <cstring>
#include <inttypes.h>
#include <iostream>
#include <map>
#include <optional>
#include <string>
#include <system_error>

View File

@ -13,7 +13,6 @@
#ifndef LLVM_TOOLS_LLVM_XRAY_XRAY_ACCOUNT_H
#define LLVM_TOOLS_LLVM_XRAY_XRAY_ACCOUNT_H
#include <map>
#include <utility>
#include <vector>