Move all of the header files which are involved in modelling the LLVM IR
[oota-llvm.git] / lib / IR / TypeFinder.cpp
index 5002774cf795e13106f7ff3c140a323872dbc4a0..f2e4f11b24c9c4a74446b36a9487e08f185862fb 100644 (file)
 
 #include "llvm/TypeFinder.h"
 #include "llvm/ADT/SmallVector.h"
-#include "llvm/BasicBlock.h"
-#include "llvm/DerivedTypes.h"
-#include "llvm/Function.h"
-#include "llvm/Metadata.h"
-#include "llvm/Module.h"
+#include "llvm/IR/BasicBlock.h"
+#include "llvm/IR/DerivedTypes.h"
+#include "llvm/IR/Function.h"
+#include "llvm/IR/Metadata.h"
+#include "llvm/IR/Module.h"
 using namespace llvm;
 
 void TypeFinder::run(const Module &M, bool onlyNamed) {