[llvm] Stop including string (NFC)

Identified with clangd.
This commit is contained in:
Kazu Hirata 2023-12-03 16:24:43 -08:00
parent 4042fb8ce4
commit 57eb4826e5
17 changed files with 0 additions and 19 deletions

View File

@ -13,7 +13,6 @@
#include "llvm/Analysis/TensorSpec.h"
#include <array>
#include <string>
#include <vector>
namespace llvm {

View File

@ -13,7 +13,6 @@
#include "llvm/CodeGen/DwarfStringPoolEntry.h"
#include "llvm/Support/Allocator.h"
#include "llvm/Support/PerThreadBumpPtrAllocator.h"
#include <string>
#include <string_view>
namespace llvm {

View File

@ -15,7 +15,6 @@
#include "llvm/Option/OptTable.h"
#include "llvm/Support/ErrorHandling.h"
#include <cassert>
#include <string>
namespace llvm {

View File

@ -14,7 +14,6 @@
#define LLVM_TABLEGEN_PARSER_H
#include "llvm/ADT/STLExtras.h"
#include <string>
#include <vector>
namespace llvm {

View File

@ -39,7 +39,6 @@
#include <memory>
#include <queue>
#include <stack>
#include <string>
using namespace llvm;

View File

@ -26,7 +26,6 @@
#include "llvm/CodeGen/RegisterBankInfo.h"
#include "llvm/CodeGen/TargetSubtargetInfo.h"
#include "llvm/IR/DataLayout.h"
#include <string>
#define GET_SUBTARGETINFO_HEADER
#include "AArch64GenSubtargetInfo.inc"

View File

@ -16,7 +16,6 @@
#include "llvm/MC/MCRegisterInfo.h"
#include "llvm/Support/CommandLine.h"
#include <cstdint>
#include <string>
#define Hexagon_POINTER_SIZE 4

View File

@ -26,7 +26,6 @@
#include "llvm/IR/DataLayout.h"
#include "llvm/MC/MCInstrItineraries.h"
#include "llvm/Support/ErrorHandling.h"
#include <string>
#define GET_SUBTARGETINFO_HEADER
#include "MipsGenSubtargetInfo.inc"

View File

@ -38,7 +38,6 @@
#include <functional>
#include <set>
#include <string>
using Instr = llvm::cfi_verify::FileAnalysis::Instr;

View File

@ -24,7 +24,6 @@
#include "llvm/Support/raw_ostream.h"
#include <memory>
#include <set>
#include <string>
namespace llvm {
namespace exegesis {

View File

@ -7,7 +7,6 @@
//===----------------------------------------------------------------------===//
#include <array>
#include <string>
#include "SnippetRepetitor.h"
#include "Target.h"

View File

@ -56,7 +56,6 @@
#include <cassert>
#include <cstdlib>
#include <memory>
#include <string>
#include <system_error>
#include <utility>

View File

@ -17,8 +17,6 @@
#include "llvm/DebugInfo/PDB/Native/LinePrinter.h"
#include "llvm/DebugInfo/PDB/Native/RawConstants.h"
#include <string>
namespace llvm {
namespace object {
class COFFObjectFile;

View File

@ -13,8 +13,6 @@
#include "llvm/DebugInfo/PDB/Native/LinePrinter.h"
#include <string>
namespace llvm {
namespace pdb {

View File

@ -29,7 +29,6 @@
#include <cstdint>
#include <map>
#include <string>
#include <vector>
namespace llvm {

View File

@ -16,7 +16,6 @@
#include "llvm/Support/Compiler.h"
#include "llvm/Support/Error.h"
#include "llvm/Support/ErrorOr.h"
#include <string>
namespace llvm {
namespace object {

View File

@ -11,7 +11,6 @@
#include "gmock/gmock.h"
#include "gtest/gtest.h"
#include <string>
using namespace llvm;