mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-23 05:40:09 +00:00
[llvm] Stop including string (NFC)
Identified with clangd.
This commit is contained in:
parent
4042fb8ce4
commit
57eb4826e5
@ -13,7 +13,6 @@
|
||||
#include "llvm/Analysis/TensorSpec.h"
|
||||
|
||||
#include <array>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
namespace llvm {
|
||||
|
@ -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 {
|
||||
|
@ -15,7 +15,6 @@
|
||||
#include "llvm/Option/OptTable.h"
|
||||
#include "llvm/Support/ErrorHandling.h"
|
||||
#include <cassert>
|
||||
#include <string>
|
||||
|
||||
namespace llvm {
|
||||
|
||||
|
@ -14,7 +14,6 @@
|
||||
#define LLVM_TABLEGEN_PARSER_H
|
||||
|
||||
#include "llvm/ADT/STLExtras.h"
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
namespace llvm {
|
||||
|
@ -39,7 +39,6 @@
|
||||
#include <memory>
|
||||
#include <queue>
|
||||
#include <stack>
|
||||
#include <string>
|
||||
|
||||
using namespace llvm;
|
||||
|
||||
|
@ -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"
|
||||
|
@ -16,7 +16,6 @@
|
||||
#include "llvm/MC/MCRegisterInfo.h"
|
||||
#include "llvm/Support/CommandLine.h"
|
||||
#include <cstdint>
|
||||
#include <string>
|
||||
|
||||
#define Hexagon_POINTER_SIZE 4
|
||||
|
||||
|
@ -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"
|
||||
|
@ -38,7 +38,6 @@
|
||||
|
||||
#include <functional>
|
||||
#include <set>
|
||||
#include <string>
|
||||
|
||||
using Instr = llvm::cfi_verify::FileAnalysis::Instr;
|
||||
|
||||
|
@ -24,7 +24,6 @@
|
||||
#include "llvm/Support/raw_ostream.h"
|
||||
#include <memory>
|
||||
#include <set>
|
||||
#include <string>
|
||||
|
||||
namespace llvm {
|
||||
namespace exegesis {
|
||||
|
@ -7,7 +7,6 @@
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include <array>
|
||||
#include <string>
|
||||
|
||||
#include "SnippetRepetitor.h"
|
||||
#include "Target.h"
|
||||
|
@ -56,7 +56,6 @@
|
||||
#include <cassert>
|
||||
#include <cstdlib>
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include <system_error>
|
||||
#include <utility>
|
||||
|
||||
|
@ -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;
|
||||
|
@ -13,8 +13,6 @@
|
||||
|
||||
#include "llvm/DebugInfo/PDB/Native/LinePrinter.h"
|
||||
|
||||
#include <string>
|
||||
|
||||
namespace llvm {
|
||||
|
||||
namespace pdb {
|
||||
|
@ -29,7 +29,6 @@
|
||||
|
||||
#include <cstdint>
|
||||
#include <map>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
namespace llvm {
|
||||
|
@ -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 {
|
||||
|
@ -11,7 +11,6 @@
|
||||
|
||||
#include "gmock/gmock.h"
|
||||
#include "gtest/gtest.h"
|
||||
#include <string>
|
||||
|
||||
using namespace llvm;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user