From 3de83e4098af7e10175487d831d259108310b313 Mon Sep 17 00:00:00 2001 From: Pete Cooper Date: Fri, 15 May 2015 21:58:42 +0000 Subject: Remove 3 includes from MCInstrDesc.h and explicitly include them where needed llvm-svn: 237481 --- llvm/lib/MC/MCInstrDesc.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'llvm/lib/MC/MCInstrDesc.cpp') diff --git a/llvm/lib/MC/MCInstrDesc.cpp b/llvm/lib/MC/MCInstrDesc.cpp index 95e8325b9db..0f942cd3a74 100644 --- a/llvm/lib/MC/MCInstrDesc.cpp +++ b/llvm/lib/MC/MCInstrDesc.cpp @@ -14,6 +14,8 @@ #include "llvm/MC/MCInstrDesc.h" #include "llvm/MC/MCInst.h" +#include "llvm/MC/MCRegisterInfo.h" +#include "llvm/MC/MCSubtargetInfo.h" using namespace llvm; -- cgit v1.2.3