Move all of the header files which are involved in modelling the LLVM IR
[oota-llvm.git] / lib / IR / DIBuilder.cpp
index b3bbde86c543a2a4f9e9eaa01b78ef7f4183153b..802c33289c091d76652ec74fcb70752c11b419bc 100644 (file)
 
 #include "llvm/DIBuilder.h"
 #include "llvm/ADT/STLExtras.h"
-#include "llvm/Constants.h"
 #include "llvm/DebugInfo.h"
-#include "llvm/IntrinsicInst.h"
-#include "llvm/Module.h"
+#include "llvm/IR/Constants.h"
+#include "llvm/IR/IntrinsicInst.h"
+#include "llvm/IR/Module.h"
 #include "llvm/Support/Debug.h"
 #include "llvm/Support/Dwarf.h"