Fix #includes of i*.h files => Instructions.h as per PR403

llvm-svn: 15327
diff --git a/llvm/lib/VMCore/BasicBlock.cpp b/llvm/lib/VMCore/BasicBlock.cpp
index d3df1d1..0057409 100644
--- a/llvm/lib/VMCore/BasicBlock.cpp
+++ b/llvm/lib/VMCore/BasicBlock.cpp
@@ -12,11 +12,10 @@
 //===----------------------------------------------------------------------===//
 
 #include "llvm/BasicBlock.h"
-#include "llvm/iTerminators.h"
+#include "llvm/Constant.h"
+#include "llvm/Instructions.h"
 #include "llvm/Type.h"
 #include "llvm/Support/CFG.h"
-#include "llvm/Constant.h"
-#include "llvm/iPHINode.h"
 #include "llvm/SymbolTable.h"
 #include "Support/LeakDetector.h"
 #include "SymbolTableListTraitsImpl.h"