From b3bd866c7f5fea6665e0eb3bd6319961e8a72631 Mon Sep 17 00:00:00 2001 From: Dmitri Gribenko Date: Mon, 3 Jun 2019 15:04:05 +0000 Subject: [PATCH] Include what you use in PPCInstrInfo.h llvm-svn: 362405 --- llvm/lib/Target/PowerPC/PPCInstrInfo.h | 1 - 1 file changed, 1 deletion(-) diff --git a/llvm/lib/Target/PowerPC/PPCInstrInfo.h b/llvm/lib/Target/PowerPC/PPCInstrInfo.h index 112b163..da34e70 100644 --- a/llvm/lib/Target/PowerPC/PPCInstrInfo.h +++ b/llvm/lib/Target/PowerPC/PPCInstrInfo.h @@ -13,7 +13,6 @@ #ifndef LLVM_LIB_TARGET_POWERPC_PPCINSTRINFO_H #define LLVM_LIB_TARGET_POWERPC_PPCINSTRINFO_H -#include "PPC.h" #include "PPCRegisterInfo.h" #include "llvm/CodeGen/TargetInstrInfo.h" -- 2.7.4