From 9f619416a6e2c277670ea3e2ec1d00f2bac61818 Mon Sep 17 00:00:00 2001 From: Dmitri Gribenko Date: Tue, 4 Jun 2019 09:16:35 +0000 Subject: [PATCH] Include what you use in PPC.h git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@362477 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/PowerPC/PPC.h | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Target/PowerPC/PPC.h b/lib/Target/PowerPC/PPC.h index 1f6f96de816..c6951ab67b0 100644 --- a/lib/Target/PowerPC/PPC.h +++ b/lib/Target/PowerPC/PPC.h @@ -15,7 +15,6 @@ #define LLVM_LIB_TARGET_POWERPC_PPC_H #include "llvm/Support/CodeGen.h" -#include "MCTargetDesc/PPCMCTargetDesc.h" // GCC #defines PPC on Linux but we use it as our namespace name #undef PPC -- 2.50.1