mirror of
				https://github.com/c64scene-ar/llvm-6502.git
				synced 2025-11-03 14:21:30 +00:00 
			
		
		
		
	Remove 3 includes from MCInstrDesc.h and explicitly include them where needed
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@237481 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
		@@ -15,12 +15,13 @@
 | 
			
		||||
#ifndef LLVM_MC_MCINSTRDESC_H
 | 
			
		||||
#define LLVM_MC_MCINSTRDESC_H
 | 
			
		||||
 | 
			
		||||
#include "llvm/MC/MCInst.h"
 | 
			
		||||
#include "llvm/MC/MCRegisterInfo.h"
 | 
			
		||||
#include "llvm/MC/MCSubtargetInfo.h"
 | 
			
		||||
#include "llvm/Support/DataTypes.h"
 | 
			
		||||
#include <string>
 | 
			
		||||
 | 
			
		||||
namespace llvm {
 | 
			
		||||
  class MCInst;
 | 
			
		||||
  class MCRegisterInfo;
 | 
			
		||||
  class MCSubtargetInfo;
 | 
			
		||||
 | 
			
		||||
//===----------------------------------------------------------------------===//
 | 
			
		||||
// Machine Operand Flags and Description
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user