Don't #include DerivedTypes.h from TargetData.h.

llvm-svn: 71468
diff --git a/llvm/lib/Target/PowerPC/PPCISelLowering.cpp b/llvm/lib/Target/PowerPC/PPCISelLowering.cpp
index bf562b5..c8d0a0b 100644
--- a/llvm/lib/Target/PowerPC/PPCISelLowering.cpp
+++ b/llvm/lib/Target/PowerPC/PPCISelLowering.cpp
@@ -32,6 +32,7 @@
 #include "llvm/Support/MathExtras.h"
 #include "llvm/Target/TargetOptions.h"
 #include "llvm/Support/CommandLine.h"
+#include "llvm/DerivedTypes.h"
 using namespace llvm;
 
 static cl::opt<bool> EnablePPCPreinc("enable-ppc-preinc",